feat(connector): create Taxjar connector (#5597)

Co-authored-by: swangi-kumari <swangi.12015941@lpu.in>
This commit is contained in:
Sagnik Mitra
2024-08-13 22:18:56 +05:30
committed by GitHub
parent 93aa522929
commit 0ab0aa1a94
25 changed files with 1344 additions and 54 deletions

View File

@ -71,6 +71,7 @@ pub struct ConnectorAuthentication {
pub square: Option<BodyKey>,
pub stax: Option<HeaderKey>,
pub stripe: Option<HeaderKey>,
pub taxjar: Option<HeaderKey>,
pub threedsecureio: Option<HeaderKey>,
pub stripe_au: Option<HeaderKey>,
pub stripe_uk: Option<HeaderKey>,