From 59fe57f7879878ae5279c30e291a005e1a206933 Mon Sep 17 00:00:00 2001 From: eileen Date: Sun, 30 Jun 2013 16:45:25 +1200 Subject: [PATCH] update extamples --- api/v3/examples/Contribution/CreateWithNestedLineItems.php | 1 + api/v3/examples/ContributionGet.php | 1 + 2 files changed, 2 insertions(+) diff --git a/api/v3/examples/Contribution/CreateWithNestedLineItems.php b/api/v3/examples/Contribution/CreateWithNestedLineItems.php index fdd56d5083..19950dd494 100644 --- a/api/v3/examples/Contribution/CreateWithNestedLineItems.php +++ b/api/v3/examples/Contribution/CreateWithNestedLineItems.php @@ -33,6 +33,7 @@ $params = array( 'unit_price' => '80', ), ), + 'debug' => 0, ); $result = civicrm_api( 'contribution','create',$params ); diff --git a/api/v3/examples/ContributionGet.php b/api/v3/examples/ContributionGet.php index 4871684b0a..b1f1f37052 100644 --- a/api/v3/examples/ContributionGet.php +++ b/api/v3/examples/ContributionGet.php @@ -7,6 +7,7 @@ function contribution_get_example(){ $params = array( 'contribution_id' => 1, 'version' => 3, + 'debug' => 0, ); $result = civicrm_api( 'contribution','get',$params ); -- 2.25.1