fix function names
This commit is contained in:
@@ -1061,7 +1061,7 @@ function _booking_amount_owing($person, $amount_paid = 0, $include_fees = TRUE)
|
||||
* @param $balance_payment - boolean to indicate if this transaction was to complete a payment
|
||||
* @return nothing
|
||||
*/
|
||||
function _booking_process_payment($person, $payment_amount, $balance_payment) {
|
||||
function _booking_process_person_payment($person, $payment_amount, $balance_payment) {
|
||||
global $event;
|
||||
|
||||
//calculate their total payment amount
|
||||
|
Reference in New Issue
Block a user