mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 17:47:54 +08:00
feat(router): add api to migrate card from basilisk to rust (#2853)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@ -23,6 +23,7 @@ pub enum ApiIdentifier {
|
||||
ApiKeys,
|
||||
PaymentLink,
|
||||
Routing,
|
||||
RustLockerMigration,
|
||||
Gsm,
|
||||
User,
|
||||
}
|
||||
@ -131,6 +132,7 @@ impl From<Flow> for ApiIdentifier {
|
||||
Flow::Verification => Self::Verification,
|
||||
|
||||
Flow::PaymentLinkInitiate | Flow::PaymentLinkRetrieve => Self::PaymentLink,
|
||||
Flow::RustLockerMigration => Self::RustLockerMigration,
|
||||
Flow::GsmRuleCreate
|
||||
| Flow::GsmRuleRetrieve
|
||||
| Flow::GsmRuleUpdate
|
||||
|
||||
Reference in New Issue
Block a user