From b6cb05546d2f1802864a2d2d66e3f79870fecf70 Mon Sep 17 00:00:00 2001 From: Matthew Wire Date: Thu, 20 Feb 2020 17:12:50 +0000 Subject: [PATCH] Add description to params for api3 Payment.get --- api/v3/Payment.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/v3/Payment.php b/api/v3/Payment.php index 4cc44800f4..cab15b3f3c 100644 --- a/api/v3/Payment.php +++ b/api/v3/Payment.php @@ -336,6 +336,7 @@ function _civicrm_api3_payment_get_spec(&$params) { ], 'trxn_id' => [ 'title' => ts('Transaction ID'), + 'description' => ts('Transaction id supplied by external processor. This may not be unique.'), 'type' => CRM_Utils_Type::T_STRING, ], 'trxn_date' => [ @@ -344,6 +345,7 @@ function _civicrm_api3_payment_get_spec(&$params) { ], 'financial_trxn_id' => [ 'title' => ts('Payment ID'), + 'description' => ts('The ID of the record in civicrm_financial_trxn'), 'type' => CRM_Utils_Type::T_INT, 'api.aliases' => ['payment_id', 'id'], ], -- 2.25.1