So I'm doing an integration with Hosted Checkout, and sending it a very simple shoppingCart, which has a single line item called "Invoice 80", unitQty of 1, and a price of 4100. When the page is rendered, Clover has changed the price to be 41.00.
So I'm doing an integration with Hosted Checkout, and sending it a very simple shoppingCart, which has a single line item called "Invoice 80", unitQty of 1, and a price of 4100. When the page is rendered, Clover has changed the price to be 41.00.
That is expected, prices are represented as cents (lowest currency denomination). Obviously, we don't display cents to the end user which is why the page shows $41.00.
2 People are following this question.