CRM-17076 future start date not showing for authorize.net
authorEileen <eileen@fuzion.co.nz>
Mon, 24 Aug 2015 21:24:29 +0000 (17:24 -0400)
committereileenmcnaugton <eileen@fuzion.co.nz>
Mon, 24 Aug 2015 21:27:48 +0000 (09:27 +1200)
CRM/Contribute/Form/AbstractEditPayment.php

index f2655045d1ef05aa4baa979237d96a869ac61a3c..13eb42c01a12d8cdad522ba54acb9de3ec669f4e 100644 (file)
@@ -420,7 +420,7 @@ LEFT JOIN  civicrm_contribution on (civicrm_contribution.contact_id = civicrm_co
     //only valid processors get display to user
 
     if ($this->_mode) {
-      $this->assign('processorSupportsFutureStartDate', CRM_Financial_BAO_PaymentProcessor::hasPaymentProcessorSupporting(array('supportsFutureRecurStartDate')));
+      $this->assign('processorSupportsFutureStartDate', CRM_Financial_BAO_PaymentProcessor::hasPaymentProcessorSupporting(array('FutureRecurStartDate')));
       $this->_paymentProcessors = $this->getValidProcessors();
       if (!isset($this->_paymentProcessor['id'])) {
         // if the payment processor isn't set yet (as indicated by the presence of an id,) we'll grab the first one which should be the default