Skip to content

Commit 8dd9e9a

Browse files
authored
fix: Stripe subscriptions failing when using link (#719)
1 parent 44bc9e7 commit 8dd9e9a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/api/src/stripe/stripe.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,6 @@ export class StripeService {
271271
default_payment_method: paymentMethod.id,
272272
payment_settings: {
273273
save_default_payment_method: 'on_subscription',
274-
payment_method_types: ['card'],
275274
},
276275
metadata: {
277276
type: metadata.type,

0 commit comments

Comments
 (0)