feat(connector): [Payme] add Authorize, Sync, Capture, Refund, Refund Sync, Mandate & web hooks support for cards (#1594)

This commit is contained in:
Arjun Karthik
2023-07-07 12:40:02 +05:30
committed by GitHub
parent fc9057ef2c
commit 093cc6a71c
9 changed files with 816 additions and 277 deletions

View File

@ -653,7 +653,7 @@ pub enum Connector {
// Opayo, added as template code for future usage
Opennode,
// Payeezy, As psync and rsync are not supported by this connector, it is added as template code for future usage
// Payme,
Payme,
Paypal,
Payu,
Rapyd,
@ -758,7 +758,7 @@ pub enum RoutableConnectors {
// Opayo, added as template code for future usage
Opennode,
// Payeezy, As psync and rsync are not supported by this connector, it is added as template code for future usage
// Payme,
Payme,
Paypal,
Payu,
Rapyd,