Fix Recharge time

This commit is contained in:
Ibnu Maksum
2023-08-28 09:44:57 +07:00
parent 51ac162642
commit b4f5cf8954
17 changed files with 124 additions and 282 deletions

View File

@ -181,7 +181,7 @@ switch ($action) {
run_hook('edit_customer_plan'); #HOOK
$d->username = $username;
$d->plan_id = $id_plan;
$d->recharged_on = $recharged_on;
//$d->recharged_on = $recharged_on;
$d->expiration = $expiration;
$d->time = $time;
$d->save();