@riocrypto/common-server 1.0.1469 → 1.0.1470

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.
@@ -99,7 +99,7 @@ class InvopopClient {
99
99
  $schema: "https://gobl.org/draft-0/bill/invoice",
100
100
  code: "",
101
101
  type: "standard",
102
- currency: order.fiat,
102
+ currency: common_1.Fiat.MXN,
103
103
  issue_date: issueDateFormatted,
104
104
  op_date: operationDateFormatted,
105
105
  supplier: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common-server",
3
- "version": "1.0.1469",
3
+ "version": "1.0.1470",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",