r59686 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r59685‎ | r59686 | r59687 >
Date:23:44, 2 December 2009
Author:diana
Status:ok
Tags:
Comment:
change contribution_tracking_id variable
Modified paths:
  • /trunk/extensions/DonationInterface/activemq_stomp/activemq_stomp.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/activemq_stomp/activemq_stomp.php
@@ -116,7 +116,7 @@
117117 // specifically designed to match the CiviCRM API that will handle it
118118 // edit this array to include/ignore transaction data sent to the server
119119 $message = array(
120 - 'contribution_tracking_id' => $transaction['order_id'],
 120+ 'contribution_tracking_id' => $transaction['contribution_tracking_id'],
121121 'optout' => $transaction['optout'],
122122 'anonymous' => $transaction['anonymous'],
123123 'comment' => $transaction['comment'],

Status & tagging log