Index: trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.body.php |
— | — | @@ -44,7 +44,7 @@ |
45 | 45 | |
46 | 46 | // dispatch forms/handling |
47 | 47 | if ( $this->adapter->checkTokens() ) { |
48 | | - if ( $this->adapter->posted && $data['payment_method'] == 'processed' ) { |
| 48 | + if ( $this->adapter->posted) { |
49 | 49 | // The form was submitted and the payment method has been set |
50 | 50 | $this->adapter->log( "Form posted and payment method set." ); |
51 | 51 | // Check form for errors |