mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-01-30 16:43:37 +00:00
Update Stripe API Version
Signed-off-by: Ahmad <103906421+ahmadk953@users.noreply.github.com>
This commit is contained in:
parent
31fd41216e
commit
70e0e36264
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
import Stripe from 'stripe';
|
||||
|
||||
export const stripe = new Stripe(process.env.STRIPE_API_KEY!, {
|
||||
apiVersion: '2024-12-18.acacia',
|
||||
apiVersion: '2025-01-27.acacia',
|
||||
typescript: true,
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue