Removed authnow, this is creating the pre/postauths
authorLisa Marie Maginnis <lisam@fsf.org>
Tue, 31 Mar 2015 20:12:12 +0000 (16:12 -0400)
committerLisa Marie Maginnis <lisam@fsf.org>
Tue, 31 Mar 2015 20:12:12 +0000 (16:12 -0400)
trustcommerce.php

index d36e42b22cc33fdae944a15eada67c7d2953df9a..d5c3e63aa8a26feaa532641b7ff34d15882b98b1 100644 (file)
@@ -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;