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:
awasthi21
2024-09-04 19:53:22 +05:30
committed by GitHub
parent 6d782f317c
commit ed0d816248
20 changed files with 1516 additions and 293 deletions

View File

@ -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