@riocrypto/common-server 1.0.2623 → 1.0.2624

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.
@@ -84,6 +84,7 @@ interface OrderAttrs {
84
84
  paymentInstructions?: {
85
85
  dueDate?: Date;
86
86
  blockchainAddress?: string;
87
+ blockchainMemo?: string;
87
88
  USBankTransferMethod?: "wire" | "ach_push";
88
89
  bankName?: string;
89
90
  companyName?: string;
@@ -216,6 +217,7 @@ interface OrderDoc extends Document {
216
217
  paymentInstructions?: {
217
218
  dueDate?: Date;
218
219
  blockchainAddress?: string;
220
+ blockchainMemo?: string;
219
221
  USBankTransferMethod?: "wire" | "ach_push";
220
222
  bankName?: string;
221
223
  companyName?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common-server",
3
- "version": "1.0.2623",
3
+ "version": "1.0.2624",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",