Skip to content

Commit

Permalink
Merge pull request #19449 from mattwire/paymentgetspec
Browse files Browse the repository at this point in the history
Payment API - Add description of `order_reference` parameter
  • Loading branch information
totten authored Jan 27, 2021
2 parents 60d7283 + 6298cd6 commit 7a31fd3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions api/v3/Payment.php
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,11 @@ function _civicrm_api3_payment_get_spec(&$params) {
'description' => ts('Transaction id supplied by external processor. This may not be unique.'),
'type' => CRM_Utils_Type::T_STRING,
],
'order_reference' => [
'title' => ts('Order Reference'),
'description' => ts('Payment Processor external order reference'),
'type' => CRM_Utils_Type::T_STRING,
],
'trxn_date' => [
'title' => ts('Payment Date'),
'type' => CRM_Utils_Type::T_TIMESTAMP,
Expand Down

0 comments on commit 7a31fd3

Please sign in to comment.