Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Product.getPrice() returns 0.0 #204

Open
GoogleCodeExporter opened this issue Jan 13, 2016 · 0 comments
Open

Product.getPrice() returns 0.0 #204

GoogleCodeExporter opened this issue Jan 13, 2016 · 0 comments

Comments

@GoogleCodeExporter
Copy link

STEPS TO REPRODUCE:
1. Have Product in Google Play Store with a valid price ($14.99)
2. Change device Language to something other than English (German)
3. Query Google Play Subscription Products.

EXPECTED OUTPUT:
Product.getPrice() to return the valid Double price based on Locale 14.99
Product.getPriceString() to return the valid String representation of price 
based on Locale "14.99 €"

ACTUAL OUTPUT:
Product.getPrice() returns 0.0
Product.getPriceString returns "14,99 $"

OS VERSION:
Android 4.3

MARKET/MYAPPS VERSION:
Google Play Store: DocuSign

DEVICE:
Samsung Galaxy S4

NOTES:
This could be an issue with device Local and Country code or some sort of 
conversion on Google's side. 

Original issue reported on code.google.com by [email protected] on 3 Feb 2015 at 5:03

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant