mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user