mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
feat(connector): [INESPAY] Integrate Sepa Bank Debit (#6755)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -85,7 +85,7 @@ pub enum RoutableConnectors {
|
||||
Gocardless,
|
||||
Helcim,
|
||||
Iatapay,
|
||||
// Inespay,
|
||||
Inespay,
|
||||
Itaubank,
|
||||
Jpmorgan,
|
||||
Klarna,
|
||||
@ -221,7 +221,7 @@ pub enum Connector {
|
||||
Gocardless,
|
||||
Gpayments,
|
||||
Helcim,
|
||||
// Inespay,
|
||||
Inespay,
|
||||
Iatapay,
|
||||
Itaubank,
|
||||
Jpmorgan,
|
||||
@ -370,7 +370,7 @@ impl Connector {
|
||||
| Self::Gpayments
|
||||
| Self::Helcim
|
||||
| Self::Iatapay
|
||||
// | Self::Inespay
|
||||
| Self::Inespay
|
||||
| Self::Itaubank
|
||||
| Self::Jpmorgan
|
||||
| Self::Klarna
|
||||
@ -540,6 +540,7 @@ impl From<RoutableConnectors> for Connector {
|
||||
RoutableConnectors::Plaid => Self::Plaid,
|
||||
RoutableConnectors::Zsl => Self::Zsl,
|
||||
RoutableConnectors::Xendit => Self::Xendit,
|
||||
RoutableConnectors::Inespay => Self::Inespay,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user