rerobe-js-orm 4.0.7 → 4.0.8

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.
@@ -513,7 +513,7 @@ class OrderHelpers {
513
513
  referenceNumber = (_s = (_r = payload.zettleTransactionObj) === null || _r === void 0 ? void 0 : _r.referenceNumber) !== null && _s !== void 0 ? _s : '';
514
514
  }
515
515
  else if (payload === null || payload === void 0 ? void 0 : payload.paymentIntentObj) {
516
- const charge = (_u = (_t = payload.paymentIntentObj.charges) === null || _t === void 0 ? void 0 : _t[0]) !== null && _u !== void 0 ? _u : (_w = (_v = payload.charges) === null || _v === void 0 ? void 0 : _v.data) === null || _w === void 0 ? void 0 : _w[0];
516
+ const charge = (_u = (_t = payload.paymentIntentObj.charges) === null || _t === void 0 ? void 0 : _t[0]) !== null && _u !== void 0 ? _u : (_w = (_v = payload.paymentIntentObj.charges) === null || _v === void 0 ? void 0 : _v.data) === null || _w === void 0 ? void 0 : _w[0];
517
517
  aid =
518
518
  (_4 = (_0 = (_z = (_y = (_x = charge === null || charge === void 0 ? void 0 : charge.paymentMethodDetails) === null || _x === void 0 ? void 0 : _x.cardPresentDetails) === null || _y === void 0 ? void 0 : _y.receipt) === null || _z === void 0 ? void 0 : _z.dedicatedFileName) !== null && _0 !== void 0 ? _0 : (_3 = (_2 = (_1 = charge === null || charge === void 0 ? void 0 : charge.payment_method_details) === null || _1 === void 0 ? void 0 : _1.card_present) === null || _2 === void 0 ? void 0 : _2.receipt) === null || _3 === void 0 ? void 0 : _3.dedicated_file_name) !== null && _4 !== void 0 ? _4 : '';
519
519
  tvr =
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rerobe-js-orm",
3
- "version": "4.0.7",
3
+ "version": "4.0.8",
4
4
  "description": "ReRobe's Javascript ORM Framework",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",