mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
feat(connector): added template code for datatrans (#4890)
This commit is contained in:
@ -89,6 +89,7 @@ pub enum Connector {
|
||||
Coinbase,
|
||||
Cryptopay,
|
||||
Cybersource,
|
||||
// Datatrans,
|
||||
Dlocal,
|
||||
Ebanx,
|
||||
Fiserv,
|
||||
@ -251,6 +252,7 @@ impl Connector {
|
||||
| Self::Plaid
|
||||
| Self::Riskified
|
||||
| Self::Threedsecureio
|
||||
// | Self::Datatrans
|
||||
| Self::Netcetera
|
||||
| Self::Noon
|
||||
| Self::Stripe => false,
|
||||
|
||||
Reference in New Issue
Block a user