mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-15 12:34:22 +02:00
move hook before sending notification
This commit is contained in:
parent
de3312055a
commit
f4da09a26e
1 changed files with 1 additions and 1 deletions
|
@ -360,8 +360,8 @@ class Package
|
|||
"\nChannel: " . $channel .
|
||||
"\nPrice: " . Lang::moneyFormat($p['price']));
|
||||
}
|
||||
Message::sendInvoice($c, $t);
|
||||
run_hook("recharge_user_finish");
|
||||
Message::sendInvoice($c, $t);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue