mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 04:04:55 +08:00
feat(connector): [Payone] add connector template code (#4469)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -110,6 +110,7 @@ pub enum Connector {
|
||||
Opennode,
|
||||
// Payeezy, As psync and rsync are not supported by this connector, it is added as template code for future usage
|
||||
Payme,
|
||||
// Payone, added as template code for future usage
|
||||
Paypal,
|
||||
Payu,
|
||||
Placetopay,
|
||||
@ -218,6 +219,7 @@ impl Connector {
|
||||
| Self::Nuvei
|
||||
| Self::Opennode
|
||||
| Self::Payme
|
||||
// | Self::Payone Added as a template code for future usage
|
||||
| Self::Paypal
|
||||
| Self::Payu
|
||||
| Self::Placetopay
|
||||
|
||||
Reference in New Issue
Block a user