🐛Fix
PLEN-9048: When making an API call to
https://api.plenigo.com/#tag/Subscriptions/operation/searchSubscriptions
using the endingBefore
parameter with a valid subscription ID, the response contained an array “items” stating “null”. The correct subscription items with their full data are returned now.
PLEN-8003: Our API documentation did not pass validation. Validation warnings in the API documentation is fixed. When building SDKs automatically, there are no errors anymore.
PLEN-8876: When a customer had paid an offer using PayPal, then canceled the subscription and the PayPal billing agreement and then purchased a new subscription, they were able to use their old PayPal account with the revoked billing agreement, leading to payment errors. Now, the revoked billing agreements are disabled if they are detected, and the customer has to create a new account.