when ever we've got a transaction with a coupon we get an error such as:
'code' => 'E00003',
'text' => 'The \'AnetApi/xml/v1/schema/AnetApiSchema.xsd:unitPrice\' element is invalid - The value '-78.05' is invalid according to its datatype \'Decimal\' - The MinInclusive constraint failed.',
I am guessing the extension is added an itemline for the discount, which gets refused due to it being a negative value.
This is causing a huge headache..
07-30-2019 02:43 PM
10-10-2019 01:01 PM