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
Link v3: Add support for 2FA Modal and FlowController (#4227)
## Summary
* Show the 2FA modal before showing the list of payment methods. Allow
this to be disabled by a server-side flag.
* Enable Link in FlowController by bringing back the
PayWithNativeLinkController. This can be used separately to confirm a
Link payment.
* We pass through the AnalyticsHelper from PaymentSheet when using it.
## Motivation
Enabling FlowController in Link v3.
## Testing
PaymentSheet Example, will add end-to-end tests
## Changelog
None yet
Copy file name to clipboardexpand all lines: StripePaymentSheet/StripePaymentSheet/Source/Internal/Link/Controllers/PayWithLinkViewController-SignUpViewModel.swift
Copy file name to clipboardexpand all lines: StripePaymentSheet/StripePaymentSheet/Source/Internal/Link/Controllers/PayWithLinkViewController-UpdatePaymentViewController.swift
// Wait for the last update to finish and fail if didn't succeed. A failure means the view is out of sync with the intent and could e.g. not be showing a required mandate.
Copy file name to clipboardexpand all lines: StripePaymentSheet/StripePaymentSheet/Source/PaymentSheet/Embedded/EmbeddedPaymentElementConfiguration.swift
0 commit comments