|
@@ -270,7 +270,7 @@ class OrdersController extends BaseController
|
|
//\Log::info('ad-tu:uid:'.$uid.':'.$appad);
|
|
//\Log::info('ad-tu:uid:'.$uid.':'.$appad);
|
|
foreach ($res as $v) {
|
|
foreach ($res as $v) {
|
|
if($appad && $v->price == 100){
|
|
if($appad && $v->price == 100){
|
|
- continue;
|
|
|
|
|
|
+ //continue;
|
|
}
|
|
}
|
|
if ($v->type == 'NEW_USER' && $is_first_recharge) {
|
|
if ($v->type == 'NEW_USER' && $is_first_recharge) {
|
|
if (env('NO_NEW_USER_CHARGE') &&
|
|
if (env('NO_NEW_USER_CHARGE') &&
|