feat(payments_v2): implement create and confirm intent flow (#7106)

This commit is contained in:
Sanchith Hegde
2025-02-05 19:07:11 +05:30
committed by GitHub
parent ea1888677d
commit 67ea754e38
34 changed files with 1659 additions and 1115 deletions

View File

@ -146,6 +146,7 @@ impl From<Flow> for ApiIdentifier {
| Flow::PaymentsGetIntent
| Flow::PaymentsPostSessionTokens
| Flow::PaymentsUpdateIntent
| Flow::PaymentsCreateAndConfirmIntent
| Flow::PaymentStartRedirection => Self::Payments,
Flow::PayoutsCreate