Index: trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.body.php |
— | — | @@ -142,7 +142,7 @@ |
143 | 143 | $token_match = $this->fnPayflowMatchEditToken( $token_check, $wgPayflowGatewaySalt ); |
144 | 144 | if ( $wgRequest->wasPosted() ) { |
145 | 145 | self::log( $payflow_data[ 'order_id' ] . " Submitted edit token: " . $wgRequest->getText( 'token', 'None' ), 'payflowpro_gateway', LOG_DEBUG); |
146 | | - self:log( $payflow_data[ 'order_id' ] . "Token match: " . $token_match ); |
| 146 | + self::log( $payflow_data[ 'order_id' ] . "Token match: " . $token_match ); |
147 | 147 | } |
148 | 148 | } |
149 | 149 | |
— | — | @@ -183,7 +183,7 @@ |
184 | 184 | // if the transaction was flagged for review |
185 | 185 | if ( $this->action == 'review' ) { |
186 | 186 | // expose a hook for external handling of trxns flagged for review |
187 | | - wfRunHooks( 'PayflowGatewayReview', array( &$this, &$data ) ); |
| 187 | + wfRunHooks( 'PayflowGatewayReview', array( &$this, &$data )); |
188 | 188 | } |
189 | 189 | |
190 | 190 | // if the transaction was flagged to be 'challenged' |