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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Adds support for SwiftUI in custom integration using the STPPaymentCardTextField.Representable View and the .paymentConfirmationSheet() ViewModifier. See IntegrationTester for usage examples.
Removes the UIViewController requirement from STPApplePayContext, allowing it to be used in SwiftUI.
Fixes an issue where STPPaymentOptionsViewController could fail to register a card. #1758
Fixes an issue where some UnionPay test cards were marked as invalid. #1759
Updates tests to run on Carthage 0.37 with .xcframeworks.