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
47280da469
commit
a43aed4bbf
3 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
import Stripe from 'stripe';
|
||||
|
||||
export const stripe = new Stripe(process.env.STRIPE_API_KEY!, {
|
||||
apiVersion: '2024-04-10',
|
||||
apiVersion: '2024-06-20',
|
||||
typescript: true,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue