mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +08:00
feat(connector): [DATATRANS] Implement card payments (#5028)
This commit is contained in:
@ -90,7 +90,7 @@ pub enum Connector {
|
||||
Coinbase,
|
||||
Cryptopay,
|
||||
Cybersource,
|
||||
// Datatrans,
|
||||
Datatrans,
|
||||
Dlocal,
|
||||
Ebanx,
|
||||
Fiserv,
|
||||
@ -257,7 +257,7 @@ impl Connector {
|
||||
| Self::Razorpay
|
||||
| Self::Riskified
|
||||
| Self::Threedsecureio
|
||||
// | Self::Datatrans
|
||||
| Self::Datatrans
|
||||
| Self::Netcetera
|
||||
| Self::Noon
|
||||
| Self::Stripe => false,
|
||||
|
||||
Reference in New Issue
Block a user