feat(connector): [Payme] Add template code for Payme connector (#1486)

This commit is contained in:
Arjun Karthik
2023-06-28 16:57:20 +05:30
committed by GitHub
parent b1ed93468c
commit 5305a7b2f8
18 changed files with 1170 additions and 27 deletions

View File

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