Feat(connector): [WELLSFARGO] Add template code (#5333)

This commit is contained in:
awasthi21
2024-07-23 20:41:08 +05:30
committed by GitHub
parent 3e16219445
commit 94bb3e78fd
23 changed files with 1324 additions and 4 deletions

View File

@ -132,6 +132,7 @@ pub enum Connector {
// Tsys,
Tsys,
Volt,
// Wellsfargo,
Wise,
Worldline,
Worldpay,
@ -250,6 +251,7 @@ impl Connector {
| Self::Trustpay
| Self::Tsys
| Self::Volt
// | Self::Wellsfargo
| Self::Wise
| Self::Worldline
| Self::Worldpay