From 797c065d6d9a27917d69a55a5936e08ad449e973 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Wed, 21 May 2014 16:36:27 +1200 Subject: [PATCH] I accidentally added this file - removing again (broken tests) --- api/v3/FinancialTrxn.php | 103 --------------------------------------- 1 file changed, 103 deletions(-) delete mode 100644 api/v3/FinancialTrxn.php diff --git a/api/v3/FinancialTrxn.php b/api/v3/FinancialTrxn.php deleted file mode 100644 index f20f9815fb..0000000000 --- a/api/v3/FinancialTrxn.php +++ /dev/null @@ -1,103 +0,0 @@ - 'Optional over-ride for status id'); - $params['participant_status_id'] = array('title' => 'Optional Over-ride for participant id'); - $params['send_receipt'] = array('title' => 'Send a receipt using built in template (possible future would be to specify the template)'); -} - - -/** - * Deletes an existing FinancialTransation - * - * @param array $params - * - * @example FinancialTransationDelete.php Standard Delete Example - * - * @return boolean | error true if successfull, error otherwise - * {@getfields financial_transaction_delete} - * @access public - */ -function civicrm_api3_financial_transaction_delete($params) { - //return 'go away - you can't delete transactions'; -} - -/** - * Retrieve one or more financial_transactions - * - * @param array input parameters - * - * - * @example FinancialTransationGet.php Standard Get Example - * - * @param array $params an associative array of name/value pairs. - * - * @return array api result array - * {@getfields financial_transaction_get} - * @access public - */ -function civicrm_api3_financial_transaction_get($params) { - - return _civicrm_api3_basic_get(_civicrm_api3_get_BAO(__FUNCTION__), $params); -} - -- 2.25.1