-- fixed array indentation, CRM-16188
authorPradeep Nayak <pradpnayak@gmail.com>
Tue, 26 Jan 2016 21:05:02 +0000 (02:35 +0530)
committerPradeep Nayak <pradpnayak@gmail.com>
Tue, 26 Jan 2016 21:05:02 +0000 (02:35 +0530)
----------------------------------------
* CRM-16188: Create an order API
  https://issues.civicrm.org/jira/browse/CRM-16188

tests/phpunit/api/v3/OrderTest.php

index 9daa8e9bde473dbaa47883a6cd624e2d7a8f8ce5..dc191b506c7535d2aa521b200633ee19b9f89d66 100644 (file)
@@ -81,7 +81,7 @@ class api_v3_OrderTest extends CiviUnitTestCase {
         'contribution_id' => $contribution['id'],
         'contribution_status' => 'Completed',
         'net_amount' => 100,
-       ),
+      )
     );
     $lineItems[] = array(
       'entity_table' => 'civicrm_contribution',