Feat(connector): [WELLSFARGO] Implement Payment Flows (#5463)

This commit is contained in:
awasthi21
2024-08-06 20:49:41 +05:30
committed by GitHub
parent 95e9c85235
commit a0827596cb
20 changed files with 4683 additions and 472 deletions

View File

@ -135,7 +135,7 @@ pub enum Connector {
// Tsys,
Tsys,
Volt,
// Wellsfargo,
Wellsfargo,
Wise,
Worldline,
Worldpay,
@ -255,7 +255,7 @@ impl Connector {
| Self::Trustpay
| Self::Tsys
| Self::Volt
// | Self::Wellsfargo
| Self::Wellsfargo
| Self::Wise
| Self::Worldline
| Self::Worldpay