@veloceapps/sdk 3.0.13 → 3.0.14

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.
@@ -1287,9 +1287,7 @@
1287
1287
  .configureLineItem({ configurationRequest: configurationRequest, runtimeModel: runtimeModel, pricingEnabled: pricingEnabled })
1288
1288
  .pipe(rxjsOperators.map(function (_f) {
1289
1289
  var lineItem = _f.lineItem, context = _f.context, charges = _f.charges, deletedLineItems = _f.deletedLineItems;
1290
- if (context) {
1291
- _this.contextService.update({ properties: context.properties });
1292
- }
1290
+ _this.contextService.update(context !== null && context !== void 0 ? context : {});
1293
1291
  _this.charges.next(charges !== null && charges !== void 0 ? charges : {});
1294
1292
  if (deletedLineItems === null || deletedLineItems === void 0 ? void 0 : deletedLineItems.length) {
1295
1293
  _this.showInactiveProductsConfirmation();