Cleaned up documentation for doDirectPayment()
authorLisa Marie Maginnis <lisam@fsf.org>
Wed, 23 Apr 2014 16:38:24 +0000 (12:38 -0400)
committerLisa Marie Maginnis <lisam@fsf.org>
Wed, 23 Apr 2014 16:38:24 +0000 (12:38 -0400)
trustcommerce.php

index 2bfe6c1fbbe91f4abfb0009f9e3473eab5c404b3..b76c44c7464ca72eb0b8321445e49f243205df3f 100644 (file)
@@ -74,11 +74,9 @@ class org_fsf_payment_trustcommerce extends CRM_Core_Payment {
   }
 
   /**
-   * Submit a payment using Advanced Integration Method
-   *
-   * @param  array $params assoc array of input parameters for this transaction
-   *
-   * @return array the result in a nice formatted array (or an error object)
+   * Submit a payment using the TC API
+   * @param  array $params The params we will be sending to tclink_send()
+   * @return mixed An array of our results, or an error object if the transaction fails.
    * @public
    */
   function doDirectPayment(&$params) {