I am trying to complete a credit card payment for an item that has decimals, for example $24.99.
The clover pay screen is only reading the transaction as $24.00, and charging partially.
I even use cents to pass in the amount, in this case 2499 cents.
Not sure what the problem is, or why the payment only reads it as a whole number.
Also, I am using the Clover android sdk PaymentRequestIntentBuilder method.