Hi there,
We recently had an issue with AltaPay where it would send prices in the wrong format. It seems that the order's total and total tax are formatted in an InvariantCulture, but for order lines that doesn't seem to be the case:
This is how it's done for the order header:
And here are the order lines:
This calls ToString eventually but without the InvariantCulture formatting option. Can that be added for unitPrice and taxAmount in order, shipping fee and refund lines?
Note: this wasn't an issue before, but started cauing issues when we upgraded from 9.15 to 9.16.4.
Thanks!
Imar