resend invoice

This commit is contained in:
Ibnu Maksum
2023-10-20 13:57:12 +07:00
parent 7ebf95f4be
commit d95e4d1d84
5 changed files with 43 additions and 34 deletions

View File

@ -81,7 +81,8 @@ switch ($action) {
->where('username', $user['username'])
->where('status', 1)
->find_one();
run_hook('customer_find_unpaid'); #HOOK
run_hook('custome
r_find_unpaid'); #HOOK
if ($d) {
if (empty($d['pg_url_payment'])) {
r2(U . "order/buy/" . $trx['routers_id'] . '/' . $trx['plan_id'], 'w', Lang::T("Checking payment"));