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:
Kiran Kumar
2024-08-14 20:01:22 +05:30
committed by GitHub
parent 8fa51b7b1c
commit e4f4fbafe6
17 changed files with 977 additions and 197 deletions

View File

@ -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