mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
feat(connector): [GETNET] Add cards payment flow (#7256)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -81,7 +81,7 @@ pub enum RoutableConnectors {
|
||||
Fiservemea,
|
||||
Fiuu,
|
||||
Forte,
|
||||
// Getnet,
|
||||
Getnet,
|
||||
Globalpay,
|
||||
Globepay,
|
||||
Gocardless,
|
||||
@ -224,7 +224,7 @@ pub enum Connector {
|
||||
Fiservemea,
|
||||
Fiuu,
|
||||
Forte,
|
||||
// Getnet,
|
||||
Getnet,
|
||||
Globalpay,
|
||||
Globepay,
|
||||
Gocardless,
|
||||
@ -382,7 +382,7 @@ impl Connector {
|
||||
| Self::Fiservemea
|
||||
| Self::Fiuu
|
||||
| Self::Forte
|
||||
// | Self::Getnet
|
||||
| Self::Getnet
|
||||
| Self::Globalpay
|
||||
| Self::Globepay
|
||||
| Self::Gocardless
|
||||
@ -521,6 +521,7 @@ impl From<RoutableConnectors> for Connector {
|
||||
RoutableConnectors::Fiservemea => Self::Fiservemea,
|
||||
RoutableConnectors::Fiuu => Self::Fiuu,
|
||||
RoutableConnectors::Forte => Self::Forte,
|
||||
RoutableConnectors::Getnet => Self::Getnet,
|
||||
RoutableConnectors::Globalpay => Self::Globalpay,
|
||||
RoutableConnectors::Globepay => Self::Globepay,
|
||||
RoutableConnectors::Gocardless => Self::Gocardless,
|
||||
|
||||
Reference in New Issue
Block a user