mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 04:04:55 +08:00
feat(connector) : add authorize,capture,void,refunds and mandates for payeezy (#800)
Signed-off-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
This commit is contained in:
@ -581,6 +581,7 @@ pub enum Connector {
|
||||
Mollie,
|
||||
Multisafepay,
|
||||
Nuvei,
|
||||
// Payeezy, As psync and rsync are not supported by this connector, it is added as template code for future usage
|
||||
Paypal,
|
||||
Payu,
|
||||
Rapyd,
|
||||
@ -637,6 +638,7 @@ pub enum RoutableConnectors {
|
||||
Multisafepay,
|
||||
Nuvei,
|
||||
Opennode,
|
||||
// Payeezy, As psync and rsync are not supported by this connector, it is added as template code for future usage
|
||||
Paypal,
|
||||
Payu,
|
||||
Rapyd,
|
||||
|
||||
Reference in New Issue
Block a user