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: StripeApplePay/StripeApplePay/Source/ApplePayContext/STPApplePayContext.swift
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ public class STPApplePayContext: NSObject, PKPaymentAuthorizationControllerDeleg
98
98
super.init()
99
99
authorizationController?.delegate =self
100
100
}
101
-
101
+
102
102
/// Initializes this class.
103
103
/// @note This may return nil if the request is invalid e.g. the user is restricted by parental controls, or can't make payments on any of the request's supported networks
104
104
/// - Parameters:
@@ -127,7 +127,7 @@ public class STPApplePayContext: NSObject, PKPaymentAuthorizationControllerDeleg
0 commit comments