From e0273c0a0768395cdc7bc684120f69d0cf1d202a Mon Sep 17 00:00:00 2001 From: Lisa Marie Maginnis Date: Wed, 23 Apr 2014 12:38:24 -0400 Subject: [PATCH] Cleaned up documentation for doDirectPayment() --- trustcommerce.php | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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) { -- 2.25.1