@a-cube-io/ereceipts-js-sdk 2.2.3 → 2.2.4

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.
package/dist/index.cjs.js CHANGED
@@ -4383,6 +4383,7 @@ class ReceiptMapper {
4383
4383
  isReturnable: output.is_returnable,
4384
4384
  isVoidable: output.is_voidable,
4385
4385
  pdfUrl: output.pdf_url,
4386
+ status: output.status,
4386
4387
  parentReceiptUuid: output.parent_receipt_uuid,
4387
4388
  };
4388
4389
  }