16
This commit is contained in:
@@ -139,13 +139,13 @@ class Product{
|
||||
if($this->debug){
|
||||
return print_r($str);
|
||||
}
|
||||
\support\Log::channel('product_buy')->alert($str);
|
||||
log_alert($str);
|
||||
}else{
|
||||
$str = json_encode($args);
|
||||
if($this->debug){
|
||||
return print_r($str);
|
||||
}
|
||||
\support\Log::channel('product_buy')->alert($str);
|
||||
log_alert($str);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user