shish 1 gadu atpakaļ
vecāks
revīzija
28614c06bd
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      app-ghs/controllers/RenewController.php

+ 1 - 1
app-ghs/controllers/RenewController.php

@@ -106,7 +106,7 @@ class RenewController extends BaseController
         if (getenv('YII_ENV') == 'production') {
             $unitPrice = $pfLevel == 0 ? 980 : 1980;
             if ($mainId == 50) {
-                $unitPrice = $pfLevel == 0 ? 0.1 : 0.2;
+                //$unitPrice = $pfLevel == 0 ? 0.1 : 0.2;
             }
         } else {
             $unitPrice = $pfLevel == 0 ? 0.1 : 0.2;