Remove Klarna until we are ready to do a PS feature release (#456)

This commit is contained in:
Nick Porter 2021-11-03 10:43:11 -06:00 committed by GitHub
parent 8727981990
commit 715e06c3bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ extension PaymentSheet {
/// Modifying this property in a production app can lead to unexpected behavior.
///
/// :nodoc:
@_spi(STP) public static var supportedPaymentMethods: [STPPaymentMethodType] = [.card, .iDEAL, .bancontact, .sofort, .SEPADebit, .klarna]
@_spi(STP) public static var supportedPaymentMethods: [STPPaymentMethodType] = [.card, .iDEAL, .bancontact, .sofort, .SEPADebit]
/// Returns whether or not PaymentSheet, with the given `PaymentMethodRequirementProvider`s, should make the given `paymentMethod` available to add.
/// Note: This doesn't affect the availability of saved PMs.