-
Notifications
You must be signed in to change notification settings - Fork 51
Closed
Description
With the field subtotal_ex_tax
, is there also validation that this should be a positive number? The documentation doesn't say so, but we have types of orders that we're pushing from our ERP that are return orders (we don't actually return anything, we use a concept of a return order, so a negative sales amount). So, when we try to push that order to BC for a customer to have as a historical record, we're getting an error. However, there is nothing in the documentation that says a negative number wouldn't work because float
, float_as_string
, and integer
data types all permit negative numbers.
Metadata
Metadata
Assignees
Labels
No labels