feat(connector) : add Cards(3ds & non3ds),bank_redirects ,wallets(Paypal,Applepay) and Mandates support to nexinets (#898)

Signed-off-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
This commit is contained in:
chikke srujan
2023-05-03 13:47:42 +05:30
committed by GitHub
parent 2cff019a1b
commit eea05f5c31
11 changed files with 1148 additions and 252 deletions

View File

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