Cleanup api generated example docblocks
[civicrm-core.git] / api / v3 / examples / Contribution / ContributionCreateWithNote.php
index d68597b41585120f3a606a697328b647263b5a04..ed1a02846d9053801a76e6b03ce2cd5cfbbb7cc5 100644 (file)
@@ -2,14 +2,14 @@
 /**
  * Test Generated example of using contribution create API.
  *
- * Demonstrates creating contribution with Note Entity
+ * Demonstrates creating contribution with Note Entity.
  *
  * @return array
  *   API result array
  */
 function contribution_create_example() {
   $params = array(
-    'contact_id' => 18,
+    'contact_id' => 17,
     'receive_date' => '2012-01-01',
     'total_amount' => '100',
     'financial_type_id' => 1,
@@ -58,7 +58,7 @@ function contribution_create_expectedresult() {
     'values' => array(
       '1' => array(
         'id' => '1',
-        'contact_id' => '18',
+        'contact_id' => '17',
         'financial_type_id' => '1',
         'contribution_page_id' => '',
         'payment_instrument_id' => '1',