Commit a93358466ecef1c49fc295b0bbc112b7b92f2dfe

Authored by Alex Savenko
1 parent c96a6e09

debugging

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