feat(core): add Mobile Payment (Direct Carrier Billing) as a payment method (#6196)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Sakil Mostak
2024-11-14 01:19:59 +05:30
committed by GitHub
parent 600cf44684
commit d0a041c361
94 changed files with 1111 additions and 310 deletions

View File

@ -71,7 +71,7 @@ pub enum Connector {
Cybersource,
Datatrans,
Deutschebank,
// Digitalvirgo, template code for future usage
Digitalvirgo,
Dlocal,
Ebanx,
Fiserv,
@ -212,6 +212,7 @@ impl Connector {
| Self::Coinbase
| Self::Cryptopay
| Self::Deutschebank
| Self::Digitalvirgo
| Self::Dlocal
| Self::Ebanx
| Self::Fiserv