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

@ -167,7 +167,7 @@ pub enum RoutableConnectors {
Worldline,
Worldpay,
Zen,
// Zsl, Added as template code for future usage
Zsl,
}
impl AttemptStatus {