#PROBLEM WITH THE VAT

3 messages · Page 1 of 1 (latest)

static trellis
#

So for one, you're not applying the correct VAT rate for each product. Instead, you're using a single VAT value for all products, you need to adjust the code to use the specific VAT for each product.

#

You're also using nextByte() instead of nextDouble() for double values.