Merge branch 'dev' into staging
This commit is contained in:
commit
0d92a398af
@ -33,7 +33,7 @@ export default class StripeService {
|
|||||||
|
|
||||||
return this.client.checkout.sessions.create({
|
return this.client.checkout.sessions.create({
|
||||||
mode: "subscription",
|
mode: "subscription",
|
||||||
payment_method_types: ["card"],
|
payment_method_types: ["card", "sepa_debit"],
|
||||||
billing_address_collection: "auto",
|
billing_address_collection: "auto",
|
||||||
line_items: [
|
line_items: [
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user