mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 20:23:43 +08:00
feat(connector): [ZSL] add connector template code (#4285)
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:
@ -126,10 +126,11 @@ pub enum Connector {
|
||||
Wise,
|
||||
Worldline,
|
||||
Worldpay,
|
||||
Zen,
|
||||
Signifyd,
|
||||
Plaid,
|
||||
Riskified,
|
||||
Zen,
|
||||
// Zsl, Added as template code for future usage
|
||||
}
|
||||
|
||||
impl Connector {
|
||||
@ -207,6 +208,7 @@ impl Connector {
|
||||
| Self::Worldline
|
||||
| Self::Worldpay
|
||||
| Self::Zen
|
||||
// | Self::Zsl Added as template code for future usage
|
||||
| Self::Signifyd
|
||||
| Self::Plaid
|
||||
| Self::Riskified
|
||||
@ -264,6 +266,7 @@ impl Connector {
|
||||
| Self::Worldline
|
||||
| Self::Worldpay
|
||||
| Self::Zen
|
||||
// | Self::Zsl, Added as template code for future usage
|
||||
| Self::Signifyd
|
||||
| Self::Plaid
|
||||
| Self::Riskified
|
||||
|
||||
Reference in New Issue
Block a user