Add post-payment trigger function call to manual payment processing
This commit is contained in:
@@ -238,7 +238,11 @@ function booking_manual_payment_admin_submit($form, &$form_state) {
|
||||
'booking_ipn_track_id' => '',
|
||||
))
|
||||
->execute();
|
||||
|
||||
|
||||
//send any emails if necessary
|
||||
//at this point we don't know if it was a balance payment but send TRUE anyway
|
||||
_booking_postpayment_trigger($key, $person, TRUE);
|
||||
|
||||
$counter++;
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user