@riocrypto/common-server 1.0.1470 → 1.0.1471

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -143,8 +143,8 @@ class InvopopClient {
143
143
  identities: [{ key: "mx-cfdi-prod-serv", code: "80151500" }],
144
144
  price: !isUSDOrder
145
145
  ? (_r = order.actualFees.platformFeeFiat) === null || _r === void 0 ? void 0 : _r.toFixed(2)
146
- : (order.actualFees.platformFeeFiat || 0) *
147
- marketData.previousDayConversionRatesFromUSD.MXN.value,
146
+ : ((order.actualFees.platformFeeFiat || 0) *
147
+ marketData.previousDayConversionRatesFromUSD.MXN.value).toFixed(2),
148
148
  },
149
149
  taxes: [
150
150
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common-server",
3
- "version": "1.0.1470",
3
+ "version": "1.0.1471",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",