Bugfix 1 - don't send balance payment complete email for partial payments
Bugfix 2 - don't display married couple specific text on balance page when they've completed payment
This commit is contained in:
@@ -237,7 +237,8 @@ function _booking_process_payment($data) {
|
||||
}
|
||||
else //this person still has an outstanding balance so just send a confirmation email
|
||||
{
|
||||
_booking_registration_email($nid, $balance_payment);
|
||||
//TODO: create an email specifically for partial-balance payments
|
||||
//_booking_registration_email($nid, $balance_payment);
|
||||
}
|
||||
}
|
||||
else //couldn't find a matching nid for this invoice
|
||||
|
Reference in New Issue
Block a user