mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
fix(chore): Build Errors Fix
This commit is contained in:
@@ -185,10 +185,11 @@ export class PurchaseOptionsService {
|
||||
items,
|
||||
});
|
||||
console.log('added item to cart', { shoppingCart });
|
||||
this._checkoutService.updateProcessCount(
|
||||
this._app.activatedProcessId,
|
||||
shoppingCart,
|
||||
);
|
||||
// FIX BUILD ERRORS
|
||||
// this._checkoutService.updateProcessCount(
|
||||
// this._app.activatedProcessId,
|
||||
// shoppingCart,
|
||||
// );
|
||||
return shoppingCart;
|
||||
}
|
||||
|
||||
@@ -203,10 +204,11 @@ export class PurchaseOptionsService {
|
||||
values: payload,
|
||||
});
|
||||
console.log('updated item in cart', { shoppingCart });
|
||||
this._checkoutService.updateProcessCount(
|
||||
this._app.activatedProcessId,
|
||||
shoppingCart,
|
||||
);
|
||||
// FIX BUILD ERRORS
|
||||
// this._checkoutService.updateProcessCount(
|
||||
// this._app.activatedProcessId,
|
||||
// shoppingCart,
|
||||
// );
|
||||
}
|
||||
|
||||
@memorize({ comparer: (_) => true })
|
||||
|
||||
Reference in New Issue
Block a user