mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 21:37:41 +08:00
feat(core): Add support for cards bin update (#7194)
Co-authored-by: Mrudul Vajpayee <mrudul.vajpayee@mrudulvajpayee-XJWXCWP7HF.local> Co-authored-by: Mrudul Vajpayee <mrudul.vajpayee@mrudulvWXCWP7HF.lan>
This commit is contained in:
@ -196,7 +196,10 @@ impl From<Flow> for ApiIdentifier {
|
||||
| Flow::DisputesAggregate
|
||||
| Flow::DeleteDisputeEvidence => Self::Disputes,
|
||||
|
||||
Flow::CardsInfo => Self::CardsInfo,
|
||||
Flow::CardsInfo
|
||||
| Flow::CardsInfoCreate
|
||||
| Flow::CardsInfoUpdate
|
||||
| Flow::CardsInfoMigrate => Self::CardsInfo,
|
||||
|
||||
Flow::CreateFile | Flow::DeleteFile | Flow::RetrieveFile => Self::Files,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user