Various tweaks
This commit is contained in:
@@ -68,7 +68,7 @@ function booking_paypal_ipn() {
|
||||
return;
|
||||
}
|
||||
*/
|
||||
if (empty($ipn['payment_status']) || ($ipn['payment_status'] != 'Completed' && variable_get('booking_paypal_sandbox', 0) == 0))
|
||||
if (_booking_person_studygroups_cleanup($ipn['payment_status']) || ($ipn['payment_status'] != 'Completed' && variable_get('booking_paypal_sandbox', 0) == 0))
|
||||
return;
|
||||
|
||||
//if (strcasecmp($ipn['receiver_email'], variable_get('booking_paypal_account', '') <> 0))
|
||||
|
Reference in New Issue
Block a user