From 26d5aa29a32b6fc6e4e531902d66990ce8710945 Mon Sep 17 00:00:00 2001 From: Lisa Marie Maginnis Date: Tue, 31 Mar 2015 16:12:12 -0400 Subject: [PATCH] Removed authnow, this is creating the pre/postauths --- trustcommerce.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/trustcommerce.php b/trustcommerce.php index d36e42b..d5c3e63 100644 --- a/trustcommerce.php +++ b/trustcommerce.php @@ -313,8 +313,6 @@ class org_fsf_payment_trustcommerce extends CRM_Core_Payment { $fields['cycle'] = '1'.$cycle; /* The billing cycle in years, months, weeks, or days. */ $fields['payments'] = $payments; - $fields['authnow'] = 'y'; - $fields['start'] = date("Y-m-d"); /* Start date is required when 'authnow' is used. */ $fields['action'] = 'store'; /* Change our mode to `store' mode. */ return $fields; -- 2.25.1