Add post-payment trigger function call to manual payment processing

This commit is contained in:
2016-02-21 20:32:39 +11:00
parent c683913fc1
commit 48e58a29e7

View File

@@ -238,7 +238,11 @@ function booking_manual_payment_admin_submit($form, &$form_state) {
'booking_ipn_track_id' => '', 'booking_ipn_track_id' => '',
)) ))
->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