Index: trunk/extensions/DonationInterface/payflowpro_gateway/extras/minfraud/minfraud.php |
— | — | @@ -87,7 +87,7 @@ |
88 | 88 | $log_message .= "\t" . '"' . $data[ 'amount' ] . ' ' . $data[ 'currency' ] . '"'; |
89 | 89 | $log_message .= "\t" . '"' . serialize( $minfraud_hash ) . '"'; |
90 | 90 | $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 ) . '"'; |
92 | 92 | $this->log( $data[ 'contribution_tracking_id' ], 'minFraud query', $log_message ); |
93 | 93 | } |
94 | 94 | return TRUE; |