mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-01 08:44:37 +02:00
add hook
This commit is contained in:
parent
742e0df1f2
commit
e6f8826490
25 changed files with 121 additions and 105 deletions
|
@ -10,6 +10,7 @@ $action = $routes['1'];
|
|||
if(file_exists('system/paymentgateway/'.$action.'.php')){
|
||||
include 'system/paymentgateway/'.$action.'.php';
|
||||
if(function_exists($action.'_payment_notification')){
|
||||
run_hook('callback_payment_notification'); #HOOK
|
||||
call_user_func($action.'_payment_notification');
|
||||
die();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue