mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
feat(connector): [Paybox] add paybox connector (#5575)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -116,7 +116,7 @@ pub enum Connector {
|
||||
Nuvei,
|
||||
// Opayo, added as template code for future usage
|
||||
Opennode,
|
||||
// Paybox, added as template code for future usage
|
||||
Paybox,
|
||||
// Payeezy, As psync and rsync are not supported by this connector, it is added as template code for future usage
|
||||
Payme,
|
||||
Payone,
|
||||
@ -244,8 +244,8 @@ impl Connector {
|
||||
| Self::Nexinets
|
||||
| Self::Nuvei
|
||||
| Self::Opennode
|
||||
// | Self::Paybox added as template code for future usage
|
||||
| Self::Payme
|
||||
| Self::Paybox
|
||||
| Self::Payme
|
||||
| Self::Payone
|
||||
| Self::Paypal
|
||||
| Self::Payu
|
||||
|
||||
Reference in New Issue
Block a user