Index: trunk/extensions/DonationInterface/gateway_common/gateway.adapter.php |
— | — | @@ -183,11 +183,6 @@ |
184 | 184 | $this->defineAccountInfo(); |
185 | 185 | $this->defineReturnValueMap(); |
186 | 186 | |
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 | | -// } |
191 | | - |
192 | 187 | $this->displaydata = $this->postdata; |
193 | 188 | $this->stageData(); |
194 | 189 | } |