AlienAsRoger / marketbilling

Automatically exported from code.google.com/p/marketbilling
0 stars 0 forks source link

getSkuDetails() should include price with VAT included #106

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Since there can be different VAT, etc. percentages per country, there is no way 
the app can know about them all and calculate the actual price. Showing a price 
which is different from the actual one that gets displayed in the payment 
dialog is confusing and bound to result in angry emails. 

Ideally, the API should return the information needed instead of trying to 
return some sort of displayable string. Given that, the developer can decide 
what and how to display. At least: 

 * base price
 * currency code
 * VAT percentage
 * price with VAT included (because there can be issues with rounding)

Original issue reported on code.google.com by nikolay....@gmail.com on 22 Feb 2013 at 1:27