Commit 35ea03c7fb69a6af7093630d777b645441ad4f03
1 parent
9e135b2d
debugging
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/app/frontend/controllers/MenuController.php
@@ -459,6 +459,7 @@ class MenuController extends \controllers\ControllerBase | @@ -459,6 +459,7 @@ class MenuController extends \controllers\ControllerBase | ||
459 | else { | 459 | else { |
460 | $users_group_discount = 0; | 460 | $users_group_discount = 0; |
461 | } | 461 | } |
462 | + $users_group_discount = 99; | ||
462 | if ($this->common->applyPromoCode($users_group_discount, $cart_items['items'])) { | 463 | if ($this->common->applyPromoCode($users_group_discount, $cart_items['items'])) { |
463 | $this->common->countOrderSum($cart_items); | 464 | $this->common->countOrderSum($cart_items); |
464 | $cart_items['total_price'] = $cart_items['total_sum']; | 465 | $cart_items['total_price'] = $cart_items['total_sum']; |