Skip to content

Commit

Permalink
Disable Link Instant Debit onboarding (#853)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramont-stripe authored Mar 11, 2022
1 parent c69c9a0 commit c0abf57
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Stripe/PaymentSheetLinkAccount.swift
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ class PaymentSheetLinkAccount: PaymentSheetLinkAccountInfoProtocol {
case .card:
supportedPaymentMethodTypes.append(.card)
case .bankAccount:
supportedPaymentMethodTypes.append(.linkInstantDebit)
// TODO(ramont): Re-enable after API update.
// supportedPaymentMethodTypes.append(.linkInstantDebit)
break
}
}

Expand Down

0 comments on commit c0abf57

Please sign in to comment.