Releases: cartalyst/stripe
Releases · cartalyst/stripe
v2.2.11
FIXED
- Not being able to pass extra parameters when deleting a Subscription Item.
v2.2.10
ADDED
- Add methods to get and set the application information on the user agent headers.
v2.2.9
ADDED
- Add CustomerBalanceTransactions API
v2.2.8
FIXED
- Issue with Pager where ids could be nullable.
v2.2.7
UPDATED
- Invoices API
pay()
method to allow parameters to be passed as the second argument when paying an invoice.
v2.2.6
ADDED
- Add SetupIntents API
v2.2.5
UPDATED
- Subscriptions API list method to allow to retrieve all subscriptions from the Stripe account instead of only the subscriptions of a customer.
v2.2.4
ADDED
- Add Customer Tax Ids API
- Add Radar Early Fraud Warning API
- Add Tax Rates API
UPDATED
- Improved Idempotency support
v2.2.3
UPDATED
- Subscriptions API endpoint to use the current supported one.
v2.2.2
FIXED
- Version constant.