mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
feat(connector): [Opayo] Add script generated template code (#1295)
Co-authored-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
This commit is contained in:
@ -613,7 +613,6 @@ pub enum Connector {
|
||||
#[serde(rename = "pretendpay")]
|
||||
#[strum(serialize = "pretendpay")]
|
||||
DummyConnector3,
|
||||
Opennode,
|
||||
Bambora,
|
||||
Dlocal,
|
||||
Fiserv,
|
||||
@ -626,6 +625,8 @@ pub enum Connector {
|
||||
Nmi,
|
||||
Noon,
|
||||
Nuvei,
|
||||
// Opayo, added as template code for future usage
|
||||
Opennode,
|
||||
// Payeezy, As psync and rsync are not supported by this connector, it is added as template code for future usage
|
||||
// Payme,
|
||||
Paypal,
|
||||
@ -711,6 +712,7 @@ pub enum RoutableConnectors {
|
||||
Nmi,
|
||||
Noon,
|
||||
Nuvei,
|
||||
// Opayo, added as template code for future usage
|
||||
Opennode,
|
||||
// Payeezy, As psync and rsync are not supported by this connector, it is added as template code for future usage
|
||||
// Payme,
|
||||
|
||||
Reference in New Issue
Block a user