refactor(connectors): [ZSL] add Local bank Transfer (#4337)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: SamraatBansal <55536657+SamraatBansal@users.noreply.github.com>
This commit is contained in:
AkshayaFoiger
2024-04-11 22:43:39 +05:30
committed by GitHub
parent 92e19af275
commit 266a075ab6
51 changed files with 2867 additions and 177 deletions

View File

@ -130,7 +130,7 @@ pub enum Connector {
Plaid,
Riskified,
Zen,
// Zsl, Added as template code for future usage
Zsl,
}
impl Connector {
@ -208,7 +208,7 @@ impl Connector {
| Self::Worldline
| Self::Worldpay
| Self::Zen
// | Self::Zsl Added as template code for future usage
| Self::Zsl
| Self::Signifyd
| Self::Plaid
| Self::Riskified
@ -266,7 +266,7 @@ impl Connector {
| Self::Worldline
| Self::Worldpay
| Self::Zen
// | Self::Zsl, Added as template code for future usage
| Self::Zsl
| Self::Signifyd
| Self::Plaid
| Self::Riskified