mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 21:37:41 +08:00
feat(core): Add support for process tracker retrieve api in v2 (#7602)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -42,6 +42,7 @@ pub enum ApiIdentifier {
|
||||
CardNetworkTokenization,
|
||||
Hypersense,
|
||||
PaymentMethodSession,
|
||||
ProcessTracker,
|
||||
}
|
||||
|
||||
impl From<Flow> for ApiIdentifier {
|
||||
@ -333,6 +334,8 @@ impl From<Flow> for ApiIdentifier {
|
||||
| Flow::PaymentMethodSessionUpdateSavedPaymentMethod
|
||||
| Flow::PaymentMethodSessionDeleteSavedPaymentMethod
|
||||
| Flow::PaymentMethodSessionUpdate => Self::PaymentMethodSession,
|
||||
|
||||
Flow::RevenueRecoveryRetrieve => Self::ProcessTracker,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user