Skip to content

Commit

Permalink
Resolve #6 - typo in hook function name
Browse files Browse the repository at this point in the history
  • Loading branch information
lsthompson authored May 16, 2022
1 parent f876b8c commit 5dbc2d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/addons/bpay_mgr/bpay_mgr_hooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function call_hooks(){
}

// Run code to create remote forum account here...
add_hook("InvoiceCreation",1,"invoiceCreate");
add_hook("InvoiceCreation",1,"invoiceCreated");
add_hook("InvoiceUnpaid",1,"unpaidInvoice");
add_hook("ClientAdd",1,"createClientCRN");
// ClientAreaPageViewInvoice
Expand Down

0 comments on commit 5dbc2d9

Please sign in to comment.