Commit c96a6e09f2d65834b501b9cac1e444eeef6be137
1 parent
5b7f4632
debugging
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
src/app/frontend/controllers/MenuController.php
@@ -464,7 +464,6 @@ class MenuController extends \controllers\ControllerBase | @@ -464,7 +464,6 @@ class MenuController extends \controllers\ControllerBase | ||
464 | $this->common->countOrderSum($cart_items); | 464 | $this->common->countOrderSum($cart_items); |
465 | $cart_items['total_price'] = $cart_items['total_sum']; | 465 | $cart_items['total_price'] = $cart_items['total_sum']; |
466 | } | 466 | } |
467 | - $cart_items['total_price'] = '1'; | ||
468 | /************************/ | 467 | /************************/ |
469 | 468 | ||
470 | foreach($cart_items['items'] as $k => $item) { | 469 | foreach($cart_items['items'] as $k => $item) { |