mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
feat(hipay): Add Template PR (#7360)
This commit is contained in:
@ -85,6 +85,7 @@ pub enum RoutableConnectors {
|
||||
Globalpay,
|
||||
Globepay,
|
||||
Gocardless,
|
||||
// Hipay,
|
||||
Helcim,
|
||||
Iatapay,
|
||||
Inespay,
|
||||
@ -228,6 +229,7 @@ pub enum Connector {
|
||||
Globepay,
|
||||
Gocardless,
|
||||
Gpayments,
|
||||
// Hipay,
|
||||
Helcim,
|
||||
Inespay,
|
||||
Iatapay,
|
||||
@ -385,6 +387,7 @@ impl Connector {
|
||||
| Self::Globepay
|
||||
| Self::Gocardless
|
||||
| Self::Gpayments
|
||||
// | Self::Hipay
|
||||
| Self::Helcim
|
||||
| Self::Iatapay
|
||||
| Self::Inespay
|
||||
|
||||
Reference in New Issue
Block a user