Merge branch 4.5 into master
[civicrm-core.git] / CRM / Core / Payment / GoogleIPN.php
index 16c5d6633cf5e3eafb738dec24a35ddf4dd1b29b..61ae8c1671a23ebabf10a04cb5b3990cba1ce5f3 100644 (file)
@@ -224,8 +224,8 @@ class CRM_Core_Payment_GoogleIPN extends CRM_Core_Payment_BaseIPN {
     }
     else {
       /* Since trxn_id hasn't got any use here,
-             * lets make use of it by passing the eventID/membershipTypeID to next level.
-             * And change trxn_id to google-order-number before finishing db update */
+       * lets make use of it by passing the eventID/membershipTypeID to next level.
+       * And change trxn_id to google-order-number before finishing db update */
 
       if (!empty($ids['event'])) {
         $contribution->trxn_id = $ids['event'] . CRM_Core_DAO::VALUE_SEPARATOR . $ids['participant'];
@@ -700,4 +700,5 @@ WHERE  contribution_recur_id = {$ids['contributionRecur']}
     }
     return $vars;
   }
+
 }