You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Reschedule subscription payment](https://developer.paddle.com/api-reference/subscription-api/payments/updatepayment) - `Paddle error 122 - Provided date is not valid`
194
+
*[Reschedule subscription payment](https://developer.paddle.com/api-reference/subscription-api/payments/updatepayment) - `Paddle error 122 - Provided date is not valid` - After manually testing via Paddles API reference I believe this is an issue with Paddle's API.
181
195
182
196
183
197
## ToDo
184
198
* Fix generate license, create pay link and reschedule payment endpoints
185
-
* Work out if we want to include 'alias' methods like pause_subscription
186
199
* Get test coverage to 100%
187
-
* Docs (auto docs?)
188
200
* Use `pytest-mock``Spy` to check params, json, urls etc for test requests
189
201
* Needed to any tests which skip due to missing data
Copy file name to clipboardExpand all lines: docs/api_reference.rst
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,10 @@ API Reference
3
3
4
4
Below is a :ref:`full list<Full reference>` of the Paddle Client methods. :ref:`Supported Paddle endpoints` lists the Paddle API endpoints in the same order as they are in the `Paddle API Reference <https://developer.paddle.com/api-reference>`_
5
5
6
+
There are also several *helper* methods implimented on top of the Paddle endpoints to make usage of the API easier.
7
+
8
+
For example the ``pause_subscription`` and ``resume_subscription`` methods have been added on top of ``update_subscription`` as to pause or resume a subscription the ``update_subscription`` endpoint is used but only the ``pause`` parameter can be set (and will fail if any others are).
9
+
6
10
7
11
Supported Paddle endpoints
8
12
--------------------------
@@ -27,11 +31,11 @@ As listed in the `Paddle API Reference <https://developer.paddle.com/api-referen
0 commit comments