fix: don't divide zero decimal currencies

This commit is contained in:
Sebastian Rindom
2021-03-22 10:31:22 +01:00
parent 2b282bd742
commit cfab2d408a
5 changed files with 95 additions and 24 deletions
+2
View File
@@ -5,3 +5,5 @@ export { default as MedusaError } from "./errors"
export { default as getConfigFile } from "./get-config-file"
export { default as createRequireFromPath } from "./create-require-from-path"
export { default as compareObjectsByProp } from "./compare-objects"
export { default as zeroDecimalCurrencies } from "./zero-decimal-currencies"
export { default as humanizeAmount } from "./humanize-amount"