mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 12:15:40 +08:00
feat(connector): create Taxjar connector (#5597)
Co-authored-by: swangi-kumari <swangi.12015941@lpu.in>
This commit is contained in:
@ -131,6 +131,7 @@ pub enum Connector {
|
||||
Square,
|
||||
Stax,
|
||||
Stripe,
|
||||
// Taxjar,
|
||||
Threedsecureio,
|
||||
Trustpay,
|
||||
Tsys,
|
||||
@ -208,6 +209,7 @@ impl Connector {
|
||||
| Self::DummyConnector7 => false,
|
||||
Self::Aci
|
||||
// Add Separate authentication support for connectors
|
||||
// | Self::Taxjar
|
||||
// | Self::Fiservemea
|
||||
| Self::Adyen
|
||||
| Self::Adyenplatform
|
||||
|
||||
Reference in New Issue
Block a user