cleanup trailing whitespace
This commit is contained in:
@@ -134,7 +134,7 @@ function _booking_process_payment($data) {
|
||||
//verify paypal hasn't already sent through a notification for this payment
|
||||
$duplicate_check = db_query("SELECT payid, booking_person_nid FROM {booking_payment} where booking_ipn_track_id = :ipn_id ",
|
||||
array(':ipn_id' => $data['ipn_track_id']))
|
||||
->fetchObject();
|
||||
->fetchObject();
|
||||
|
||||
if ($duplicate_check)
|
||||
{
|
||||
@@ -142,7 +142,7 @@ function _booking_process_payment($data) {
|
||||
return;
|
||||
}
|
||||
|
||||
//watchdog('booking', 'Adding payment for user with node id: !id; event id: !eid', array('!id' => $nid, '!eid' => $eid));
|
||||
//watchdog('booking', 'Adding payment for user with node id: !id; event id: !eid', array('!id' => $nid, '!eid' => $eid));
|
||||
|
||||
$result = db_insert('booking_payment')
|
||||
->fields(array(
|
||||
|
Reference in New Issue
Block a user