You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: StripePaymentSheet/StripePaymentSheet/Source/Internal/Link/Elements/InlineSignup/LinkInlineSignupElement.swift
+13-2
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
import UIKit
11
11
12
12
// TODO: Refactor this to be a ContainerElement and contain its sub-elements.
Copy file name to clipboardexpand all lines: StripePaymentSheet/StripePaymentSheet/Source/Internal/Link/Elements/InlineSignup/LinkInlineSignupView-CheckboxElement.swift
Copy file name to clipboardexpand all lines: StripePaymentSheet/StripePaymentSheet/Source/Internal/Link/Elements/InlineSignup/LinkInlineSignupView.swift
+21-7
Original file line number
Diff line number
Diff line change
@@ -31,11 +31,12 @@ final class LinkInlineSignupView: UIView {
/// Hack: Contains the customer input in the link inline signup element (e.g. email, checkbox state) so that it can be preserved across `FlowController.update` etc.
Copy file name to clipboardexpand all lines: StripePaymentSheet/StripePaymentSheet/Source/PaymentSheet/PaymentSheetFormFactory/PaymentSheetFormFactory+Card.swift
print("Instant debits linked banks not equal: \(lhs.instantDebitsLinkedBank.debugDescription) vs \(rhs.instantDebitsLinkedBank.debugDescription)")
980
980
returnfalse
981
981
}
982
+
if lhs.linkInlineSignupCustomerInput != rhs.linkInlineSignupCustomerInput {
983
+
print("Link inline signup customer input not equal: \(lhs.linkInlineSignupCustomerInput.debugDescription) vs \(rhs.linkInlineSignupCustomerInput.debugDescription)")
984
+
returnfalse
985
+
}
982
986
983
987
// Sanity check to make sure when we add new properties, we check them here
0 commit comments