Sdkbox price value coming wrong

Hi
I am using SDKBOX for IAP.

_products[i].price.c_str()); is returning 350.0
but _products[i].priceValue); is returning 350000000

this is happening only in android devices, in ios, it gives proper value.

i tried, but priceValue is correct.
like follow:

%E5%9B%BE%E7%89%87

seem like you use a old version, can you try with the lastest versin iap plugin.

the version 2.4.1.1 has fixed this issue http://docs.sdkbox.com/en/release-note/#bugfix .

Yea the updated version of the plugin fixed the issue.
thank you.