Hi,
I’m going to integrate my app with poynt services (I used cordova and I created a simple plugin to retrieve plans and subscriptions, using poynt sdk).
I noticed, with logcat, that when I try to get plans, the library send also the currency and it is fixed to US. My test plans are all in EUR, so the call return always 0 records.
I tried to change the store currency (I’m using a test merchant) via Mission Control, I also tried to change Merchant locale (without success: despite I save Italy for Locale, the system save the merchant always with United States locale), but nothing changed: the currency send from the device (same problem on real and on emulator) is always US.
How can I fix this merchant attribute? (Note: the same call with currency EUR, returns results correctly)