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:
Prasunna Soppa
2023-06-30 10:28:30 +05:30
committed by GitHub
parent 379d1d1375
commit 60e15ddabb
17 changed files with 1178 additions and 9 deletions

View File

@ -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,