mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 05:17:02 +08:00
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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user