1 messages · Page 1 of 1 (latest)
Yes that's correct
What if my price is 48.305 ?
(48 ron and 305 cents)
I think I should swap dot with , ?
I'm actually not sure if 3 decimal places is allowed. You can try it with the API in test mode
Otherwise, you'll have to round
48,305 * 100 = 4830.5
I need to round it mostly, ty!