There was an error while loading. Please reload this page.
1 parent 85fbb57 commit ba910b5Copy full SHA for ba910b5
1 file changed
services/stripeService.js
@@ -15,7 +15,7 @@ export async function createCheckoutSession(priceId, name, email, productId, pla
15
16
return stripe.checkout.sessions.create({
17
mode: 'subscription',
18
- payment_method_types: ['card', 'ideal'],
+ //payment_method_types: ['card', 'ideal'],
19
customer: customer.id,
20
line_items: [{ price: priceId, quantity: 1 }],
21
success_url: `${env.FRONTEND_URL}/success`,
0 commit comments