mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user