mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-02-26 22:02:07 +00:00
Updated Stripe API Version
This commit is contained in:
parent
1eea76a4a7
commit
abf88e6458
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: '2025-01-27.acacia',
|
||||
apiVersion: '2025-02-24.acacia',
|
||||
typescript: true,
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue