mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
feat(router): add open router integration for debit routing (#7907)
Co-authored-by: Sayak Bhattacharya <sayak.b@Sayak-Bhattacharya-G092THXJ34.local> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -325,6 +325,10 @@ impl IntoDirValue for api_enums::CardNetwork {
|
||||
Self::Interac => Ok(dirval!(CardNetwork = Interac)),
|
||||
Self::RuPay => Ok(dirval!(CardNetwork = RuPay)),
|
||||
Self::Maestro => Ok(dirval!(CardNetwork = Maestro)),
|
||||
Self::Star => Ok(dirval!(CardNetwork = Star)),
|
||||
Self::Accel => Ok(dirval!(CardNetwork = Accel)),
|
||||
Self::Pulse => Ok(dirval!(CardNetwork = Pulse)),
|
||||
Self::Nyce => Ok(dirval!(CardNetwork = Nyce)),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user