Index: trunk/extensions/DonationInterface/gateway_forms/Form.php |
— | — | @@ -499,7 +499,6 @@ |
500 | 500 | // payment_method is no longer set to: processed |
501 | 501 | 'payment_method' => isset( $this->form_data['payment_method'] ) ? $this->form_data['payment_method'] : '', |
502 | 502 | 'payment_submethod' => isset( $this->form_data['payment_submethod'] ) ? $this->form_data['payment_submethod'] : '', |
503 | | - 'issuer_id' => isset( $this->form_data['issuer_id'] ) ? $this->form_data['issuer_id'] : '', |
504 | 503 | 'token' => $this->form_data['token'], |
505 | 504 | 'order_id' => $this->form_data['order_id'], |
506 | 505 | 'i_order_id' => $this->form_data['i_order_id'], |