mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 04:04:55 +08:00
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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user