WIP : feat: add pause and resume subscription methods#87
WIP : feat: add pause and resume subscription methods#87rahulbile wants to merge 3 commits intoceejbot:masterfrom
Conversation
|
@mrfelton can you please review this PR? This updates the API version to latest and adds new method to pause and resume subscription. |
758df16 to
96ab55b
Compare
96ab55b to
f791cfe
Compare
|
Please note that there are a lot of breaking changes between API v2.7 and v2.17. Adding just these two methods will not ensure compatibility between this library and the Recurly API v2.17. If you want to proceed with this PR, I recommend only updating the 2.10 is a version that had a lot of changes due to credit memos, so I would spend a good amount of time ensuring that Invoices aren't completely broken in the library due to these changes. If you go that route, it might be better to break it up into several PRs to avoid having a lot of changes in a single PR. |
|
Yes @aaron-suarez , thanks for your notes. I did observe that and doing the changes needed. We widely use the recurly API in our application, so giving it a good test. Updated the PR to be WIP. |
No description provided.