Index: trunk/extensions/DonationInterface/gateway_common/gateway.adapter.php |
— | — | @@ -184,9 +184,9 @@ |
185 | 185 | $this->defineReturnValueMap(); |
186 | 186 | |
187 | 187 | //Don't bother setting the transaction type if it's not something. |
188 | | - if ( $this->dataObj->isSomething( 'payment_method' ) ) { |
189 | | - $this->currentTransaction('INSERT_ORDERWITHPAYMENT'); |
190 | | - } |
| 188 | +// if ( $this->dataObj->isSomething( 'payment_method' ) ) { |
| 189 | +// $this->currentTransaction('INSERT_ORDERWITHPAYMENT'); |
| 190 | +// } |
191 | 191 | |
192 | 192 | $this->displaydata = $this->postdata; |
193 | 193 | $this->stageData(); |