From ef353929e6e7adbbb679cde6921908e11ba691c9 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Thu, 30 Apr 2015 15:20:30 -0600 Subject: [PATCH] whitespace fixes --- CRM/Contribute/Form/Contribution.php | 1 - tests/phpunit/CRM/Contribute/Form/ContributionTest.php | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Contribute/Form/Contribution.php b/CRM/Contribute/Form/Contribution.php index 315310a4f6..06dbc9ce52 100644 --- a/CRM/Contribute/Form/Contribution.php +++ b/CRM/Contribute/Form/Contribution.php @@ -1828,7 +1828,6 @@ class CRM_Contribute_Form_Contribution extends CRM_Contribute_Form_AbstractEditP $this->updateRelatedPledge($action, $pledgePaymentID, $contribution, $pledgePaymentId, $formValues, $formValues['total_amount'], $this->_defaults['total_amount']); - $statusMsg = ts('The contribution record has been saved.'); if (!empty($formValues['is_email_receipt']) && $sendReceipt) { $statusMsg .= ' ' . ts('A receipt has been emailed to the contributor.'); diff --git a/tests/phpunit/CRM/Contribute/Form/ContributionTest.php b/tests/phpunit/CRM/Contribute/Form/ContributionTest.php index 2945c77e5c..32e85db0fc 100644 --- a/tests/phpunit/CRM/Contribute/Form/ContributionTest.php +++ b/tests/phpunit/CRM/Contribute/Form/ContributionTest.php @@ -218,4 +218,5 @@ class CRM_Contribute_Form_ContributionTest extends CiviUnitTestCase { $this->assertEquals($pledgePayment['actual_amount'], 50); $this->assertEquals(1, $pledgePayment['status_id']); } + } -- 2.25.1