mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
Feat(connector): [Fiuu] Add Card Flows (#5786)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -100,7 +100,7 @@ pub enum Connector {
|
||||
Ebanx,
|
||||
Fiserv,
|
||||
Fiservemea,
|
||||
// Fiuu,
|
||||
Fiuu,
|
||||
Forte,
|
||||
Globalpay,
|
||||
Globepay,
|
||||
@ -215,7 +215,6 @@ impl Connector {
|
||||
// Add Separate authentication support for connectors
|
||||
// | Self::Novalnet
|
||||
// | Self::Nexixpay
|
||||
// | Self::Fiuu
|
||||
// | Self::Taxjar
|
||||
| Self::Adyen
|
||||
| Self::Adyenplatform
|
||||
@ -237,6 +236,7 @@ impl Connector {
|
||||
| Self::Ebanx
|
||||
| Self::Fiserv
|
||||
| Self::Fiservemea
|
||||
| Self::Fiuu
|
||||
| Self::Forte
|
||||
| Self::Globalpay
|
||||
| Self::Globepay
|
||||
|
||||
Reference in New Issue
Block a user