Skip to content
Snippets Groups Projects
Commit c6bbb87e authored by mattwire's avatar mattwire
Browse files

Update Mjwpayment.get_payment spec

parent 485a279a
No related branches found
No related tags found
1 merge request!90.9
......@@ -124,10 +124,6 @@ function _civicrm_api3_mjwpayment_get_payment_spec(&$params) {
'title' => ts('Contribution ID'),
'type' => CRM_Utils_Type::T_INT,
],
'entity_table' => [
'title' => ts('Entity Table'),
'api.default' => 'civicrm_contribution',
],
'entity_id' => [
'title' => ts('Entity ID'),
'type' => CRM_Utils_Type::T_INT,
......@@ -138,6 +134,11 @@ function _civicrm_api3_mjwpayment_get_payment_spec(&$params) {
'description' => ts('Transaction id supplied by external processor. This may not be unique.'),
'type' => CRM_Utils_Type::T_STRING,
],
'order_reference' => [
'title' => 'Order Reference',
'description' => 'Payment Processor external order reference',
'type' => CRM_Utils_Type::T_STRING,
],
'trxn_date' => [
'title' => ts('Payment Date'),
'type' => CRM_Utils_Type::T_TIMESTAMP,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment