|
|
@@ -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;
|