Laravel Cashier : support of Stripe API 2024-12-18.acacia #54154
Unanswered
Ronan-Lenor
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
i saw that
vendor\laravel\cashier\src\Cashier.php
has itsconst STRIPE_VERSION = '2023-10-16';
But the package Cashier v15.6.0 use Stripe v16.4.0 which has :
vendor\stripe\stripe-php\lib\Util\ApiVersion.php
>const CURRENT = '2024-12-18.acacia';
Also the new Stripe API version acacia is now supporting around 20 new countries for Tax Registration & Tax Ids
https://docs.stripe.com/changelog/acacia
So, wouldn't be better if Cashier v16.x could support that new Stripe API acacia version? (or even the Cashier v15.x ?)
Also, is it possible to safely upgrade my Stripe account to the API version
2024-12-18.acacia
& use my old Cashier v15.x version without any worries ?thanks for the help & suggestions,
Beta Was this translation helpful? Give feedback.
All reactions