Skip to content
Snippets Groups Projects
Commit 49503907 authored by Alexander Kovalev's avatar Alexander Kovalev
Browse files

Merge branch 'hotfix-ci-paymet-type-0.17.1' into 'release/v0.17.1'

hotfix: use card payent type for contents insurance

See merge request mashroom/backend/cardpayment!54
parents f2326d6a a1b0dbca
Branches
Tags
No related merge requests found
......@@ -768,7 +768,7 @@ func (srv *serviceImpl) CreateSubscription(
s, err := session.New(&stripe.CheckoutSessionParams{
PaymentMethodTypes: stripe.StringSlice([]string{
"bacs_debit",
"card",
}),
LineItems: items,
Mode: stripe.String(string(stripe.CheckoutSessionModeSubscription)),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment