paddle-client
paddle-client copied to clipboard
Python wrapper around the Paddle.com API
Clicking on "Show Failing Endpoints" does not show the failing endpoints.
While importing Paddle library from paddle OCR getting an error since we do not have permission to create path in Home directory on analysis noticed that within common.py the below...
According to Paddle doc: https://developer.paddle.com/api-reference/3f031a63f6bae-generate-pay-link vat_state is NOT required fixes #11
In function `create_pay_link`, if `vat_number` is set and `vat_state` is not, we get an error `ValueError('vat_state must be set if vat_number is set')` According to https://developer.paddle.com/api-reference/product-api/pay-links/createpaylink this field is NOT...
Hello, as documented in https://developer.paddle.com/api-reference/subscription-api/users/listusers and https://developer.paddle.com/reference/platform-parameters/event-statuses , there is also the "deleted" status - useful to retrieve informations about cancelled subscriptions. At the moment is impossible to call the...
- Add support for Python 3.9, drop support for (outdated version) Python 3.5, bump version to 2.0.0. - Update packages. - Change line length from 79 to 120. - Configure...