From: Lisa Marie Maginnis Date: Tue, 31 Mar 2015 20:12:12 +0000 (-0400) Subject: Removed authnow, this is creating the pre/postauths X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=26d5aa29a32b6fc6e4e531902d66990ce8710945;p=trustcommerce.git Removed authnow, this is creating the pre/postauths --- 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;