Releases: paddle-python/paddle-client
Releases · paddle-python/paddle-client
1.0.0
- Add support for Paddle Sandbox environment
- Update the tests to use the Paddle Sandbox environment
- Remove mocks and use fixtures instead depending on manual setup
- Update CONTRIBUTING to reference sandbox env for test setup
- Remove preview_subscription_update as Paddle has removed this endpoint
- Fixup issues with create_pay_link
- Increase test coverage to 100%
- Add sandbox info to README and docs
0.8.1
- Fix create_plan initial_price check for EUR
0.8.0
- Fix is_paid false bug where setting it to
False
didn't work correctly
- Add helper / alias endpoints
- get_plan
- pause_subscription
- resume_subscription
0.7.1
- Correct return values
- Add docs via sphinx and typehints
0.7.0
- Add modifiers endpoints
- Add support for x-www-form-urlencoded
- Add one of charge endpoint
Internal
- Update dj-paddle link in README
- mock test wording
0.6.0
- Rename to Paddle Client for org move
- Change main class name to
PaddleClient
instead of Paddle
0.5.1
- Use format instead of fstring for python3.5
0.5.0
- Add Update Subscription
- Add Preview Subscription Update
- Correct the API key URL in docs
- Ensure error.code is an int
0.4.3
- Use python 3.5 supported type comments
- Stop success return when
message
or response
in json
Internal
- Skip tests if they can't pass due to bad data from Paddle
0.4.2
- Fix missing
PaddleJsonType
import