feat(connector) : add template code for connector nexinets (#852)

Signed-off-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
This commit is contained in:
chikke srujan
2023-04-18 13:15:17 +05:30
committed by GitHub
parent 29999fe51a
commit dee5f6156a
16 changed files with 1191 additions and 4 deletions

View File

@ -581,6 +581,7 @@ pub enum Connector {
Klarna,
Mollie,
Multisafepay,
// Nexinets, added as template code for future use
Nuvei,
// Payeezy, As psync and rsync are not supported by this connector, it is added as template code for future usage
Paypal,
@ -638,6 +639,7 @@ pub enum RoutableConnectors {
Klarna,
Mollie,
Multisafepay,
// Nexinets, added as template code for future use
Nuvei,
Opennode,
// Payeezy, As psync and rsync are not supported by this connector, it is added as template code for future usage