-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Top charts: Correctly extract app prices
This results in a breaking change (examples are for en_DE, other locales will differ): Previously, the price of free apps was extracted as `0 EUR` and the price for paid apps was (incorrectly) extracted e.g. as `4990000 EUR €4.99`. Now, the price is also correctly extracted for paid apps and consistently formatted for both using `Intl.NumberFormat`. This is necessary because the `batchexecute` endpoint returns a formatted price string for paid apps but not for free ones.
- Loading branch information
Showing
5 changed files
with
218 additions
and
216 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.