From: eileenmcnaughton Date: Mon, 27 Oct 2014 02:48:10 +0000 (+0000) Subject: api examples update X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=979833e1f779aa695b57efc407f0bb3f53e38ff4;p=civicrm-core.git api examples update --- diff --git a/api/v3/examples/ContributionPage/Create.php b/api/v3/examples/ContributionPage/Create.php index f482d93fe9..b03529023e 100644 --- a/api/v3/examples/ContributionPage/Create.php +++ b/api/v3/examples/ContributionPage/Create.php @@ -84,6 +84,7 @@ function contribution_page_create_expectedresult(){ 'currency' => 'NZD', 'campaign_id' => '', 'is_share' => '', + 'is_billing_required' => '', ), ), ); diff --git a/api/v3/examples/ContributionPage/Get.php b/api/v3/examples/ContributionPage/Get.php index a4df262f4c..55dbd5ad5d 100644 --- a/api/v3/examples/ContributionPage/Get.php +++ b/api/v3/examples/ContributionPage/Get.php @@ -55,6 +55,7 @@ function contribution_page_get_expectedresult(){ 'amount_block_is_active' => '1', 'currency' => 'NZD', 'is_share' => '1', + 'is_billing_required' => 0, ), ), );