feat(connector): add connector nmi with card, applepay and googlepay support (#771)

Signed-off-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
Co-authored-by: ShashiKant <shashitnak@gmail.com>
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
Co-authored-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
This commit is contained in:
Pa1NarK
2023-05-11 16:47:00 +05:30
committed by GitHub
parent a904d2b4d9
commit baf5fd91cf
20 changed files with 2022 additions and 7 deletions

View File

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