From 979833e1f779aa695b57efc407f0bb3f53e38ff4 Mon Sep 17 00:00:00 2001 From: eileenmcnaughton Date: Mon, 27 Oct 2014 02:48:10 +0000 Subject: [PATCH] api examples update --- api/v3/examples/ContributionPage/Create.php | 1 + api/v3/examples/ContributionPage/Get.php | 1 + 2 files changed, 2 insertions(+) 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, ), ), ); -- 2.25.1