mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-05-04 04:33:10 +00:00
Updated Stripe API Version
This commit is contained in:
parent
44f36f0ceb
commit
87a48c4fc7
2 changed files with 138 additions and 298 deletions
|
@ -1,6 +1,6 @@
|
|||
import Stripe from 'stripe';
|
||||
|
||||
export const stripe = new Stripe(process.env.STRIPE_API_KEY!, {
|
||||
apiVersion: '2024-10-28.acacia',
|
||||
apiVersion: '2024-11-20.acacia',
|
||||
typescript: true,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue