mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +08:00
feat(connector): [REDSYS] add Connector Template Code (#6659)
This commit is contained in:
committed by
GitHub
parent
ae7d16e236
commit
19cbcdd979
@ -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
|
||||
|
||||
Reference in New Issue
Block a user