Fix cronjob Delete customer

This commit is contained in:
Ibnu Maksum
2023-09-01 13:40:26 +07:00
parent 8be8737236
commit 04c480cafa
4 changed files with 13 additions and 7 deletions

View File

@ -19,7 +19,7 @@ class Package
*/
public static function rechargeUser($id_customer, $router_name, $plan_id, $gateway, $channel)
{
global $_c, $_L, $_notifmsg;
global $_c;
$date_now = date("Y-m-d H:i:s");
$date_only = date("Y-m-d");
$time_only = date("H:i:s");