feat(connector): [REDSYS] add Connector Template Code (#6659)

This commit is contained in:
sweta-kumari-sharma
2024-11-29 15:34:11 +05:30
committed by GitHub
parent ae7d16e236
commit 19cbcdd979
25 changed files with 1302 additions and 7 deletions

View File

@ -113,6 +113,7 @@ pub enum Connector {
Prophetpay,
Rapyd,
Razorpay,
// Redsys,
Shift4,
Square,
Stax,
@ -251,6 +252,7 @@ impl Connector {
| Self::Powertranz
| Self::Prophetpay
| Self::Rapyd
// | Self::Redsys
| Self::Shift4
| Self::Square
| Self::Stax