fix function names
This commit is contained in:
@@ -298,7 +298,7 @@ function _booking_process_stripe_payment($charge) {
|
||||
if ($person) {
|
||||
watchdog('booking', 'Found matching user with node id: !id; event id: !eid; existing payment !payment',
|
||||
array('!id' => $nid, '!eid' => $eid, '!payment' => $person->booking_amount_paid));
|
||||
_booking_process_payment($person, $gross_amount, $balance_payment);
|
||||
_booking_process_person_payment($person, $gross_amount, $balance_payment);
|
||||
}
|
||||
else {
|
||||
//couldn't find a matching nid for this invoice
|
||||
|
Reference in New Issue
Block a user