|
@@ -269,6 +269,9 @@ 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){
|
|
|
|
+ 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') &&
|
|
in_array(
|
|
in_array(
|