r70991 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70990‎ | r70991 | r70992 >
Date:20:39, 12 August 2010
Author:awjrichards
Status:ok
Tags:
Comment:
Fixed logging for 'action' in minfraud extra by fixing typo 'actions' to 'actions
Modified paths:
  • /trunk/extensions/DonationInterface/payflowpro_gateway/extras/minfraud/minfraud.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/payflowpro_gateway/extras/minfraud/minfraud.php
@@ -87,7 +87,7 @@
8888 $log_message .= "\t" . '"' . $data[ 'amount' ] . ' ' . $data[ 'currency' ] . '"';
8989 $log_message .= "\t" . '"' . serialize( $minfraud_hash ) . '"';
9090 $log_message .= "\t" . '"' . serialize( $this->minfraud_response ) . '"';
91 - $log_message .= "\t" . '"' . serialize( $pfp_gateway_object->actions ) . '"';
 91+ $log_message .= "\t" . '"' . serialize( $pfp_gateway_object->action ) . '"';
9292 $this->log( $data[ 'contribution_tracking_id' ], 'minFraud query', $log_message );
9393 }
9494 return TRUE;

Status & tagging log