Skip to content

Commit

Permalink
Add order_reference to spec
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwire committed Jan 27, 2021
1 parent 696dcdc commit 6298cd6
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 6298cd6

Please sign in to comment.