@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.
@@ -285,6 +285,10 @@ class FlowService {
285
285
  .listen$(FlowAction.FLOW_NAVIGATE_TO_CATALOG)
286
286
  .pipe(tap(() => this.flowRouterService.navigateToCatalog()), takeUntil(this.cleanup$))
287
287
  .subscribe();
288
+ this.integrationState
289
+ .listen$(FlowAction.FLOW_NAVIGATE_TO_SHOPPING_CART)
290
+ .pipe(tap(() => this.flowRouterService.navigateToShoppingCart()), takeUntil(this.cleanup$))
291
+ .subscribe();
288
292
  this.integrationState
289
293
  .listen$(FlowAction.FLOW_APPLY_PRODUCT_CONFIGURATION)
290
294
  .pipe(switchMap(() => {