projects
/
trustcommerce.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d26859
)
Removed authnow, this is creating the pre/postauths
author
Lisa Marie Maginnis
<lisam@fsf.org>
Tue, 31 Mar 2015 20:12:12 +0000
(16:12 -0400)
committer
Lisa Marie Maginnis
<lisam@fsf.org>
Tue, 31 Mar 2015 20:12:12 +0000
(16:12 -0400)
trustcommerce.php
patch
|
blob
|
blame
|
history
diff --git
a/trustcommerce.php
b/trustcommerce.php
index d36e42b22cc33fdae944a15eada67c7d2953df9a..d5c3e63aa8a26feaa532641b7ff34d15882b98b1 100644
(file)
--- 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;