reactioncommerce/reaction

Wrong scale for RUB currency

Open

#6,519 建立於 2017年10月27日

在 GitHub 查看
 (8 留言) (2 反應) (0 負責人)JavaScript (12,181 star) (2,198 fork)batch import
buggood first issuehelp wanted

描述

Prices in Russian rubles appears 100 times as much as their correct values. For example, a price "$12.99 - $29.99" shows up in rubles like "75490 - 1 74284 руб." Correct values should be "754,90 - 1 742,84 руб."

Reproduces on the main page and the product details pages.

Fixed this in local database by removing "scale: 0" property from meteor.Shops.currencies.RUB with query: db.Shops.updateMany({}, {$unset: {"currencies.RUB.scale": ""}})

Versions: Node: 6.11.0 NPM: 3.10.10 Meteor Node: 4.8.4 Meteor NPM: 4.6.1 Reaction CLI: 0.19.0 Reaction: 1.5.4 Reaction branch: master

貢獻者指南