Skip to content

Commit eeffed4

Browse files
committed
revert this
1 parent e7c2c53 commit eeffed4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

StripePaymentSheet/StripePaymentSheet/Source/PaymentSheet/PaymentSheetFormFactory/PaymentSheetFormFactory.swift

+1-2
Original file line numberDiff line numberDiff line change
@@ -460,8 +460,7 @@ extension PaymentSheetFormFactory {
460460
}
461461
}()
462462
let mandate: Element? = isSettingUp ? makeSepaMandate() : nil // Note: We show a SEPA mandate b/c sofort saves bank details as a SEPA Direct Debit Payment Method
463-
let checkboxElement: Element? = makeSepaBasedPMCheckbox()
464-
let elements: [Element?] = [contactSection, addressSection, checkboxElement, mandate]
463+
let elements: [Element?] = [contactSection, addressSection, mandate]
465464
return FormElement(
466465
autoSectioningElements: elements.compactMap { $0 },
467466
theme: theme

0 commit comments

Comments
 (0)