Stripe Payment: Rollback stipe-php from 20.0.0 back to 19.4.1 to fix a isses with adding saved paymentss, Stripe updated their API in which we will update to a later date

This commit is contained in:
johnnyq
2026-05-04 12:32:12 -04:00
parent a6d996b83f
commit 0cdb780b88
159 changed files with 281 additions and 908 deletions

View File

@@ -33,10 +33,10 @@ class SubscriptionService extends AbstractService
* subscription or its <a href="/metadata">metadata</a>.
*
* Any pending invoice items that youve created are still charged at the end of
* the period, unless manually <a href="/api/invoiceitems/delete">deleted</a>. If
* youve set the subscription to cancel at the end of the period, any pending
* prorations are also left in place and collected at the end of the period. But if
* the subscription is set to cancel immediately, pending prorations are removed if
* the period, unless manually <a href="#delete_invoiceitem">deleted</a>. If youve
* set the subscription to cancel at the end of the period, any pending prorations
* are also left in place and collected at the end of the period. But if the
* subscription is set to cancel immediately, pending prorations are removed if
* <code>invoice_now</code> and <code>prorate</code> are both set to true.
*
* By default, upon subscription cancellation, Stripe stops automatic collection of