Comment fix
authorColeman Watts <coleman@civicrm.org>
Tue, 15 Sep 2015 21:17:17 +0000 (17:17 -0400)
committerColeman Watts <coleman@civicrm.org>
Tue, 15 Sep 2015 21:17:17 +0000 (17:17 -0400)
CRM/Contribute/Form/Contribution.php

index fa4b7e4939b98695978ea23ad8a33fb6b5bfd2f7..4fab02ad799cf24ee55991c88bf1408526307e00 100644 (file)
@@ -972,10 +972,10 @@ class CRM_Contribute_Form_Contribution extends CRM_Contribute_Form_AbstractEditP
       ));
       return;
     }
+    // Get the submitted form values.
     $submittedValues = $this->controller->exportValues($this->_name);
 
     try {
-      // Get the submitted form values.
       $contribution = $this->submit($submittedValues, $this->_action, $this->_ppID);
     }
     catch (PaymentProcessorException $e) {