- Issue created by @DamienMcKenna
- Status changed to Needs review
11 months ago 10:41am 13 June 2024 - πΊπΈUnited States DamienMcKenna NH, USA
This sets a default for the "shipping" field.
API submissions to the taxes endpoint require the "shipping" argument, they fail without it. Currently the module does not always pass this value.
Submit an API request that doesn't have a shipping item, an error will be logged.
In _uc_taxjar_prepare_request_body() give "shipping" a default of 0.
Fix the bug.
n/a
n/a
n/a
Needs review
3.0
Code
This sets a default for the "shipping" field.