Skip to content

Commit

Permalink
Fix type stripe
Browse files Browse the repository at this point in the history
  • Loading branch information
pozylon committed Dec 20, 2024
1 parent fa628f3 commit ca193f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugins/src/payment/stripe/stripe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const initStripeClient = async (): Promise<StripeType> => {
// @ts-ignore
const { default: Stripe } = await import('stripe');
stripe = new Stripe(STRIPE_SECRET, {
apiVersion: '2024-11-20.acacia',
apiVersion: '2024-12-18.acacia',
});
return stripe;
};
Expand Down

0 comments on commit ca193f4

Please sign in to comment.