@infrab4a/connect 1.0.0-beta.5 → 1.0.0-beta.7

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.
@@ -1270,7 +1270,8 @@
1270
1270
  });
1271
1271
  Object.defineProperty(Checkout.prototype, "totalPrice", {
1272
1272
  get: function () {
1273
- return this.totalPrice - this.discount;
1273
+ var _a;
1274
+ return this.subTotalPrice + ((_a = this.shipping) === null || _a === void 0 ? void 0 : _a.ShippingPrice) - this.discount;
1274
1275
  },
1275
1276
  enumerable: false,
1276
1277
  configurable: true