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