From: Lisa Marie Maginnis Date: Wed, 23 Apr 2014 16:38:24 +0000 (-0400) Subject: Cleaned up documentation for doDirectPayment() X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e0273c0a0768395cdc7bc684120f69d0cf1d202a;p=trustcommerce.git Cleaned up documentation for doDirectPayment() --- diff --git a/trustcommerce.php b/trustcommerce.php index 2bfe6c1..b76c44c 100644 --- a/trustcommerce.php +++ b/trustcommerce.php @@ -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) {