Comment fixes plus fix inconsistent unused return bool
[civicrm-core.git] / CRM / Event / Form / Task / Batch.php
index 06cdb8d0eaf06faf77b097b74d1a1cee646b1a99..bec74ceb2ba213d2e9c8687e7c3bb939d01bdcf9 100644 (file)
@@ -507,6 +507,8 @@ class CRM_Event_Form_Task_Batch extends CRM_Event_Form_Task {
     }
 
     //complete the contribution.
+    // @todo use the api - ie civicrm_api3('Contribution', 'completetransaction', $input);
+    // as this method is not preferred / supported.
     $baseIPN->completeTransaction($input, $ids, $objects, $transaction, FALSE);
 
     // reset template values before processing next transactions