You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're getting an error response (Taxjar::Error::BadRequest: Order amount must be equal to the sum of line items and shipping) when processing an order with ineligible promotion adjustments. This is because the line item prices will not end up matching the order total once discounts are applied. We may be able to resolve this by scoping to eligible.
We're getting an error response (
Taxjar::Error::BadRequest: Order amount must be equal to the sum of line items and shipping
) when processing an order with ineligible promotion adjustments. This is because the line item prices will not end up matching the order total once discounts are applied. We may be able to resolve this by scoping to eligible.I can submit a pull request, but I first wanted to check if anyone else has encountered this issue.
The text was updated successfully, but these errors were encountered: