Index: trunk/extensions/DonationInterface/activemq_stomp/activemq_stomp.php |
— | — | @@ -116,7 +116,7 @@ |
117 | 117 | // specifically designed to match the CiviCRM API that will handle it |
118 | 118 | // edit this array to include/ignore transaction data sent to the server |
119 | 119 | $message = array( |
120 | | - 'contribution_tracking_id' => $transaction['order_id'], |
| 120 | + 'contribution_tracking_id' => $transaction['contribution_tracking_id'], |
121 | 121 | 'optout' => $transaction['optout'], |
122 | 122 | 'anonymous' => $transaction['anonymous'], |
123 | 123 | 'comment' => $transaction['comment'], |