Add post-payment trigger function call to manual payment processing
This commit is contained in:
@@ -239,6 +239,10 @@ function booking_manual_payment_admin_submit($form, &$form_state) {
|
|||||||
))
|
))
|
||||||
->execute();
|
->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++;
|
$counter++;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user