mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-01-31 00:53:37 +00:00
Fixed Type Error
This commit is contained in:
parent
93e3201cf7
commit
57ed762017
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-09-30.acacia',
|
||||
apiVersion: '2024-10-28.acacia',
|
||||
typescript: true,
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue