We're sending invoices to method and the infromation is changing after we send. I'm not sure why.
------------------
Subtotal: Sent as a string with a different value, received as an integer ("6815.00" vs 4590).
SalesTaxTotal: Sent as a string with a different value, received as a float ("885.95" vs 596.7).
These are two items that I'm not sure about. I dont know why they are changing in value, I understand changing type, but the number should at least be the same. Does method have any logging for this sort of thing that I can get access to so I can figure this out?