fix(catalog): refresh after expired cart replacement
This commit is contained in:
@@ -330,7 +330,7 @@ export class CartComponent {
|
||||
return;
|
||||
}
|
||||
|
||||
this.cartService.loadCart().subscribe({
|
||||
this.cartService.loadCart(true).subscribe({
|
||||
error: (refreshError) => console.error('Error refreshing expired cart', refreshError),
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user