There was an error while loading. Please reload this page.
1 parent ba910b5 commit 193867eCopy full SHA for 193867e
1 file changed
services/stripeService.js
@@ -24,6 +24,9 @@ export async function createCheckoutSession(priceId, name, email, productId, pla
24
productId,
25
plan,
26
name
27
+ },
28
+ automatic_payment_methods: {
29
+ enabled: true
30
}
31
});
32
0 commit comments