feat(hipay): Add Template PR (#7360)

This commit is contained in:
awasthi21
2025-03-07 12:43:27 +05:30
committed by GitHub
parent 2353f3932d
commit add51526de
25 changed files with 1327 additions and 20 deletions

View File

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