Currency - can not chage

Hi, How can I change currency in Poynt ? when Im sending data i other
currency, so everytime poynt show price with USD. Pre-release not work .Thank you

Can you tell me what app you are building and the serial number of your device?

hi dennis,

How can I change the currency displayed in the second screen?
I’m trying IPoyntSecondScreenService.showItem(items, totalAmount, "R$") for brazilian Reais but it keeps displaying US$.

thanks

Please use “BRL” instead of “R$”. Currency should be a 3 letter code.

1 Like

Hi dennis,

Used 3 letter code, but currency still is not changed. `SecondScreenService.showItem(displayList, total.longValue(), “EUR”);. Still shows $. Could u please help, how can I change currency?

thanks