api examples update
authoreileenmcnaughton <eileen@fuzion.co.nz>
Mon, 27 Oct 2014 02:48:10 +0000 (02:48 +0000)
committereileenmcnaughton <eileen@fuzion.co.nz>
Mon, 27 Oct 2014 02:48:10 +0000 (02:48 +0000)
api/v3/examples/ContributionPage/Create.php
api/v3/examples/ContributionPage/Get.php

index f482d93fe9cc1463e44f0f26708cddec00e9985d..b03529023e70916cc2a61251237993c4ffc02941 100644 (file)
@@ -84,6 +84,7 @@ function contribution_page_create_expectedresult(){
           'currency' => 'NZD',
           'campaign_id' => '',
           'is_share' => '',
+          'is_billing_required' => '',
         ),
     ),
 );
index a4df262f4c664271a60e9a0fba3242f128729b5f..55dbd5ad5da9f2c707eeafae4d2ef2a1db6d47a1 100644 (file)
@@ -55,6 +55,7 @@ function contribution_page_get_expectedresult(){
           'amount_block_is_active' => '1',
           'currency' => 'NZD',
           'is_share' => '1',
+          'is_billing_required' => 0,
         ),
     ),
 );