You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 19, 2020. It is now read-only.
What is the format of the value in the priceAsDecimal field? Does it have the currency symbol or currency type in before the numbers? Or is it a simple float type value. Or is it price in micro format (divide by 1,000,000 to get the actual price).
Basically, I need to get prices for two different in-app items, subtract them and then show the subtracted amount as "You Save: USD XX.XX" where XX.XX is the price the user saves if he buys one item over another. For this, I need to the what kind of value is returned in this field.
Any examples or screenshots will be helpful.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What is the format of the value in the priceAsDecimal field? Does it have the currency symbol or currency type in before the numbers? Or is it a simple
float
type value. Or is it price in micro format (divide by 1,000,000 to get the actual price).Basically, I need to get prices for two different in-app items, subtract them and then show the subtracted amount as "You Save: USD XX.XX" where XX.XX is the price the user saves if he buys one item over another. For this, I need to the what kind of value is returned in this field.
Any examples or screenshots will be helpful.
The text was updated successfully, but these errors were encountered: