feat(core): add payments post_session_tokens flow (#6202)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Swangi Kumari
2024-10-15 18:29:16 +05:30
committed by GitHub
parent d06d19fc96
commit 53e82c3fae
41 changed files with 1572 additions and 108 deletions

View File

@ -136,7 +136,8 @@ impl From<Flow> for ApiIdentifier {
| Flow::GetExtendedCardInfo
| Flow::PaymentsCompleteAuthorize
| Flow::PaymentsManualUpdate
| Flow::SessionUpdateTaxCalculation => Self::Payments,
| Flow::SessionUpdateTaxCalculation
| Flow::PaymentsPostSessionTokens => Self::Payments,
Flow::PayoutsCreate
| Flow::PayoutsRetrieve