@veloceapps/sdk 2.0.24 → 2.0.25
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.
|
@@ -1272,9 +1272,7 @@
|
|
|
1272
1272
|
.configureLineItem({ configurationRequest: configurationRequest, runtimeModel: runtimeModel, pricingEnabled: pricingEnabled })
|
|
1273
1273
|
.pipe(rxjsOperators.map(function (_e) {
|
|
1274
1274
|
var lineItem = _e.lineItem, context = _e.context, charges = _e.charges, deletedLineItems = _e.deletedLineItems;
|
|
1275
|
-
|
|
1276
|
-
_this.contextService.update({ properties: context.properties });
|
|
1277
|
-
}
|
|
1275
|
+
_this.contextService.update(context !== null && context !== void 0 ? context : {});
|
|
1278
1276
|
_this.charges.next(charges !== null && charges !== void 0 ? charges : {});
|
|
1279
1277
|
if (deletedLineItems === null || deletedLineItems === void 0 ? void 0 : deletedLineItems.length) {
|
|
1280
1278
|
_this.showInactiveProductsConfirmation();
|