CRM-16064 - Contributions pricesets charge $1 more than selected
authoratif-shaikh <shaikh388@gmail.com>
Thu, 12 Mar 2015 11:01:23 +0000 (16:31 +0530)
committeratif-shaikh <shaikh388@gmail.com>
Thu, 12 Mar 2015 11:01:23 +0000 (16:31 +0530)
https://issues.civicrm.org/jira/browse/CRM-16064

tests/phpunit/WebTest/Contribute/OnlineContributionTest.php

index 23aca4b05ddcbf05196b7788a5ee51fbf4e858d8..20b5cc80a2fd0689342f09666b28203e79271d31 100644 (file)
@@ -377,4 +377,5 @@ class WebTest_Contribute_OnlineContributionTest extends CiviSeleniumTestCase {
     );
     $this->webtestVerifyTabularData($expected);
   }
+
 }