feat(connector): [WELLSFARGO_PAYOUT] PR template code (#5567)

This commit is contained in:
awasthi21
2024-08-12 13:14:10 +05:30
committed by GitHub
parent b0346e08f4
commit 6a5b49397a
22 changed files with 1305 additions and 4 deletions

View File

@ -132,10 +132,10 @@ pub enum Connector {
Stripe,
Threedsecureio,
Trustpay,
// Tsys,
Tsys,
Volt,
Wellsfargo,
// Wellsfargopayout,
Wise,
Worldline,
Worldpay,
@ -256,6 +256,7 @@ impl Connector {
| Self::Tsys
| Self::Volt
| Self::Wellsfargo
// | Self::Wellsfargopayout
| Self::Wise
| Self::Worldline
| Self::Worldpay