@riocrypto/common-server 1.0.1183 → 1.0.1184

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.
@@ -161,7 +161,7 @@ const buildOrder = (mongoose) => {
161
161
  type: Boolean,
162
162
  },
163
163
  USBankTransferMethod: {
164
- type: Boolean,
164
+ type: String,
165
165
  },
166
166
  exchangeRateOrders: [
167
167
  {
@@ -106,7 +106,7 @@ const buildQuote = (mongoose) => {
106
106
  type: Boolean,
107
107
  },
108
108
  USBankTransferMethod: {
109
- type: Boolean,
109
+ type: String,
110
110
  },
111
111
  }, {
112
112
  toJSON: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common-server",
3
- "version": "1.0.1183",
3
+ "version": "1.0.1184",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",