phpcs fix
authorEileen McNaughton <eileen@fuzion.co.nz>
Fri, 17 Jul 2015 12:33:49 +0000 (00:33 +1200)
committerEileen McNaughton <eileen@fuzion.co.nz>
Fri, 17 Jul 2015 12:33:49 +0000 (00:33 +1200)
CRM/Contribute/Form/Contribution/Confirm.php

index ef6a9d68a700af6fe41ee13967ecaa12b47e6cf1..8a5a1b9d6a2935c9f6ad655347802e6f2e6151ae 100644 (file)
@@ -1765,7 +1765,6 @@ class CRM_Contribute_Form_Contribution_Confirm extends CRM_Contribute_Form_Contr
       $payment = Civi\Payment\System::singleton()->getByProcessor($form->_paymentProcessor);
       $result = $payment->doPayment($form->_params, 'contribute');
 
-
       if (CRM_Utils_Array::value('payment_status_id', $result) == 1) {
         // Refer to CRM-16737. Payment processors 'should' return payment_status_id
         // to denote the outcome of the transaction.