fix(catalog): refresh after expired cart replacement

This commit is contained in:
2026-08-27 09:54:21 -03:00
parent 679342ec8d
commit a825b3693b
8 changed files with 27 additions and 8 deletions

View File

@@ -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),
});
}