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:
chikke srujan
2023-04-13 16:06:27 +05:30
committed by GitHub
parent 0d047e08f9
commit 56952f281c
22 changed files with 1585 additions and 14 deletions

View File

@ -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,