mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
feat(connector): [Hipay] Add Card Payments Flow (#7475)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Swangi Kumari <swangi.12015941@lpu.in>
This commit is contained in:
@ -85,7 +85,7 @@ pub enum RoutableConnectors {
|
||||
Globalpay,
|
||||
Globepay,
|
||||
Gocardless,
|
||||
// Hipay,
|
||||
Hipay,
|
||||
Helcim,
|
||||
Iatapay,
|
||||
Inespay,
|
||||
@ -229,7 +229,7 @@ pub enum Connector {
|
||||
Globepay,
|
||||
Gocardless,
|
||||
Gpayments,
|
||||
// Hipay,
|
||||
Hipay,
|
||||
Helcim,
|
||||
Inespay,
|
||||
Iatapay,
|
||||
@ -387,7 +387,7 @@ impl Connector {
|
||||
| Self::Globepay
|
||||
| Self::Gocardless
|
||||
| Self::Gpayments
|
||||
// | Self::Hipay
|
||||
| Self::Hipay
|
||||
| Self::Helcim
|
||||
| Self::Iatapay
|
||||
| Self::Inespay
|
||||
@ -573,6 +573,7 @@ impl From<RoutableConnectors> for Connector {
|
||||
RoutableConnectors::Xendit => Self::Xendit,
|
||||
RoutableConnectors::Inespay => Self::Inespay,
|
||||
RoutableConnectors::Coingate => Self::Coingate,
|
||||
RoutableConnectors::Hipay => Self::Hipay,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user