Skip to content

Commit

Permalink
fix: removed bancontact from payment methods
Browse files Browse the repository at this point in the history
  • Loading branch information
JanssenBrm committed Aug 20, 2023
1 parent 4edf84a commit 683afaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/services/stripe.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class StripeService {
quantity: 1,
},
],
payment_method_types: ['bancontact', 'card', 'paypal'],
payment_method_types: ['card', 'paypal'],
mode: 'subscription',
success_url: `${environment.stripeRedirect}/payment-status?status=success&role=${product.label}&session_id={CHECKOUT_SESSION_ID}`,
cancel_url: `${environment.stripeRedirect}/payment-status?status=error`,
Expand Down

0 comments on commit 683afaf

Please sign in to comment.