Buy Package with Balance

This commit is contained in:
Ibnu Maksum
2023-08-18 14:01:59 +07:00
parent 2c7d0a321e
commit ac4c98ca63
4 changed files with 53 additions and 8 deletions

View File

@ -142,7 +142,7 @@ foreach ($d as $ds) {
// if success, then get the balance
Balance::min($ds['customer_id'], $p['price']);
} else {
Message::sendTelegram("FAILED RENEWAL #cron\n\n#u$c[username] #buy #Hotspot \n" . $p['name_plan'] .
Message::sendTelegram("FAILED RENEWAL #cron\n\n#u$c[username] #buy #PPPOE \n" . $p['name_plan'] .
"\nRouter: " . $router_name .
"\nPrice: " . $p['price']);
}