feat(connector): [Paybox] add connector template code (#5485)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Kiran Kumar
2024-08-01 12:24:54 +05:30
committed by GitHub
parent 93f557bacb
commit 5e1eb4af86
24 changed files with 1311 additions and 8 deletions

View File

@ -115,6 +115,7 @@ pub enum Connector {
Nuvei,
// Opayo, added as template code for future usage
Opennode,
// Paybox, added as template code for future usage
// Payeezy, As psync and rsync are not supported by this connector, it is added as template code for future usage
Payme,
Payone,
@ -239,6 +240,7 @@ impl Connector {
| Self::Nexinets
| Self::Nuvei
| Self::Opennode
// | Self::Paybox added as template code for future usage
| Self::Payme
| Self::Payone
| Self::Paypal