mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 20:23:43 +08:00
feat(connector): [Payme] Add template code for Payme connector (#1486)
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user