From 16235923f2dc0a5501de59ee167975b830bd93da Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Wed, 26 Jun 2019 21:06:47 -0400 Subject: [PATCH] Removing unused spec function --- api/v3/PledgePayment.php | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/api/v3/PledgePayment.php b/api/v3/PledgePayment.php index 4301305a66..3f43f4e40c 100644 --- a/api/v3/PledgePayment.php +++ b/api/v3/PledgePayment.php @@ -118,17 +118,3 @@ function civicrm_api3_pledge_payment_get($params) { return _civicrm_api3_basic_get(_civicrm_api3_get_BAO(__FUNCTION__), $params); } - -/** - * Gets field for civicrm_pledge_payment functions. - * - * @param array $params - * Modifiable list of fields allowed for the PledgePayment.get action. - */ -function civicrm_api3_pledge_payment_get_spec(&$params) { - $params['option.create_new'] = [ - 'title' => "Create New", - 'description' => "Create new field rather than update an unpaid payment", - 'type' => CRM_Utils_Type::T_BOOLEAN, - ]; -} -- 2.25.1