- πΊπΈUnited States AaronBauman Philadelphia
Closing all 7.x issues. Please reopen if this issue still pertains to D10 version
From hook_commerce_taxjar_tax_request_alter() I don't have a clean way to have an order skip a call to TaxJar if it has been flagged as tax exempt in my system. The way I'm currently doing that is to pass a bogus 'to_country' so that it fails the tax nexus check and returns $0.
Add logic to support something like $request['tax_exempt_order'] that could be set in hook_commerce_taxjar_tax_request_alter() and would be checked at the same spot where there are nexus checks, so that one could conditionally bypass that call and get a $0 tax amount.
Closed: outdated
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Closing all 7.x issues. Please reopen if this issue still pertains to D10 version