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
+2-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,6 @@ import UIKit
11
11
12
12
// TODO: Refactor this to be a ContainerElement and contain its sub-elements.
13
13
finalclassLinkInlineSignupElement:Element{
14
-
15
14
letcollectsUserInput:Bool=true
16
15
17
16
letsignupView:LinkInlineSignupView
@@ -56,11 +55,13 @@ final class LinkInlineSignupElement: Element {
Copy file name to clipboardexpand all lines: StripePaymentSheet/StripePaymentSheet/Source/PaymentSheet/IntentConfirmParams.swift
-2
Original file line number
Diff line number
Diff line change
@@ -34,8 +34,6 @@ final class IntentConfirmParams {
34
34
/// If `true`, a mandate (e.g. "By continuing you authorize Foo Corp to use your payment details for recurring payments...") was displayed to the customer.
35
35
vardidDisplayMandate:Bool=false
36
36
37
-
/// Populated when Link signup is filled out in the form.
Copy file name to clipboardexpand all lines: StripePaymentSheet/StripePaymentSheet/Source/PaymentSheet/ViewControllers/PaymentMethodFormViewController.swift
+10-4
Original file line number
Diff line number
Diff line change
@@ -28,12 +28,18 @@ class PaymentMethodFormViewController: UIViewController {
0 commit comments