Skip to content

Product.getPrice() returns 0.0 #204

@GoogleCodeExporter

Description

@GoogleCodeExporter
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 abea...@gmail.com on 3 Feb 2015 at 5:03

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions