Skip to content

Commit

Permalink
Correct API version
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmccreary authored Nov 17, 2024
1 parent 80601df commit 886223a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The Stripe SDK version is now fixed at v13.x.

PR: https://github.com/laravel/cashier-stripe/pull/1615

The default Stripe API version for Cashier 15 is `2023-10-16`. If this is the latest Stripe API version when you upgrade to this Cashier version, then we recommend you also upgrade your Stripe API version settings [in your Stripe dashboard](https://dashboard.stripe.com/developers) to this version after deploying the Cashier upgrade. If this is no longer the latest Stripe API version, we recommend you do not modify your Stripe API version settings.
The default Stripe API version for Cashier 15 is `2023-08-16`. If this is the latest Stripe API version when you upgrade to this Cashier version, then we recommend you also upgrade your Stripe API version settings [in your Stripe dashboard](https://dashboard.stripe.com/developers) to this version after deploying the Cashier upgrade. If this is no longer the latest Stripe API version, we recommend you do not modify your Stripe API version settings.

If you use the Stripe PHP SDK directly, make sure to properly test your integration after updating.

Expand Down

0 comments on commit 886223a

Please sign in to comment.