From: Seamus Lee Date: Tue, 8 Oct 2019 13:03:59 +0000 (+1100) Subject: Fix example X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f4e879d2eb54a939dde18f94befc8b41c21e35a6;p=civicrm-core.git Fix example --- diff --git a/api/v3/examples/Contribution/Create.ex.php b/api/v3/examples/Contribution/Create.ex.php index 2f724f44ca..1d47cb3a30 100644 --- a/api/v3/examples/Contribution/Create.ex.php +++ b/api/v3/examples/Contribution/Create.ex.php @@ -7,7 +7,7 @@ */ function contribution_create_example() { $params = [ - 'contact_id' => 39, + 'contact_id' => 1, 'receive_date' => '20120511', 'total_amount' => '100', 'financial_type_id' => 1, @@ -54,7 +54,7 @@ function contribution_create_expectedresult() { 'values' => [ '1' => [ 'id' => '1', - 'contact_id' => '39', + 'contact_id' => '1', 'financial_type_id' => '1', 'contribution_page_id' => '1', 'payment_instrument_id' => '4',