Some tweaks
This commit is contained in:
@@ -90,9 +90,7 @@ function _booking_process_payment($data) {
|
||||
global $event;
|
||||
$balance_payment = false;
|
||||
$amount_owing = 0;
|
||||
|
||||
//TODO: verify $data['receiver_email'] matches variable_get('booking_paypal_account', '')
|
||||
|
||||
|
||||
//extract the person node id from the invoice
|
||||
$pos = strpos($data['invoice'], "_");
|
||||
if (($pos === false) || ($pos == 0))
|
||||
|
Reference in New Issue
Block a user