@veloceapps/sdk 8.0.0-97 → 8.0.0-98

Sign up to get free protection for your applications and to get access to all the features.
@@ -282,6 +282,10 @@ class FlowService {
282
282
  .listen$(FlowAction.FLOW_NAVIGATE_TO_CATALOG)
283
283
  .pipe(tap(() => this.flowRouterService.navigateToCatalog()), takeUntil(this.cleanup$))
284
284
  .subscribe();
285
+ this.integrationState
286
+ .listen$(FlowAction.FLOW_NAVIGATE_TO_SHOPPING_CART)
287
+ .pipe(tap(() => this.flowRouterService.navigateToShoppingCart()), takeUntil(this.cleanup$))
288
+ .subscribe();
285
289
  this.integrationState
286
290
  .listen$(FlowAction.FLOW_APPLY_PRODUCT_CONFIGURATION)
287
291
  .pipe(switchMap(() => {