mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-11-04 05:59:48 +08:00 
			
		
		
		
	feat(connector): create Taxjar connector (#5597)
Co-authored-by: swangi-kumari <swangi.12015941@lpu.in>
This commit is contained in:
		@ -1271,6 +1271,7 @@ default_imp_for_new_connector_integration_payouts!(
 | 
			
		||||
    connector::Stax,
 | 
			
		||||
    connector::Stripe,
 | 
			
		||||
    connector::Shift4,
 | 
			
		||||
    connector::Taxjar,
 | 
			
		||||
    connector::Trustpay,
 | 
			
		||||
    connector::Threedsecureio,
 | 
			
		||||
    connector::Tsys,
 | 
			
		||||
@ -2115,6 +2116,7 @@ default_imp_for_new_connector_integration_frm!(
 | 
			
		||||
    connector::Stax,
 | 
			
		||||
    connector::Stripe,
 | 
			
		||||
    connector::Shift4,
 | 
			
		||||
    connector::Taxjar,
 | 
			
		||||
    connector::Trustpay,
 | 
			
		||||
    connector::Threedsecureio,
 | 
			
		||||
    connector::Tsys,
 | 
			
		||||
@ -2738,6 +2740,7 @@ default_imp_for_new_connector_integration_connector_authentication!(
 | 
			
		||||
    connector::Stax,
 | 
			
		||||
    connector::Stripe,
 | 
			
		||||
    connector::Shift4,
 | 
			
		||||
    connector::Taxjar,
 | 
			
		||||
    connector::Trustpay,
 | 
			
		||||
    connector::Threedsecureio,
 | 
			
		||||
    connector::Tsys,
 | 
			
		||||
 | 
			
		||||
@ -577,6 +577,7 @@ default_imp_for_connector_request_id!(
 | 
			
		||||
    connector::Square,
 | 
			
		||||
    connector::Stax,
 | 
			
		||||
    connector::Stripe,
 | 
			
		||||
    connector::Taxjar,
 | 
			
		||||
    connector::Threedsecureio,
 | 
			
		||||
    connector::Trustpay,
 | 
			
		||||
    connector::Tsys,
 | 
			
		||||
@ -1231,6 +1232,7 @@ default_imp_for_payouts!(
 | 
			
		||||
    connector::Square,
 | 
			
		||||
    connector::Stax,
 | 
			
		||||
    connector::Shift4,
 | 
			
		||||
    connector::Taxjar,
 | 
			
		||||
    connector::Threedsecureio,
 | 
			
		||||
    connector::Trustpay,
 | 
			
		||||
    connector::Tsys,
 | 
			
		||||
@ -2250,6 +2252,7 @@ default_imp_for_fraud_check!(
 | 
			
		||||
    connector::Stax,
 | 
			
		||||
    connector::Stripe,
 | 
			
		||||
    connector::Shift4,
 | 
			
		||||
    connector::Taxjar,
 | 
			
		||||
    connector::Threedsecureio,
 | 
			
		||||
    connector::Trustpay,
 | 
			
		||||
    connector::Tsys,
 | 
			
		||||
@ -3065,6 +3068,7 @@ default_imp_for_connector_authentication!(
 | 
			
		||||
    connector::Stax,
 | 
			
		||||
    connector::Stripe,
 | 
			
		||||
    connector::Shift4,
 | 
			
		||||
    connector::Taxjar,
 | 
			
		||||
    connector::Trustpay,
 | 
			
		||||
    connector::Tsys,
 | 
			
		||||
    connector::Volt,
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user