Index: trunk/extensions/DonationInterface/gateway_common/DonationData.php |
— | — | @@ -84,6 +84,19 @@ |
85 | 85 | 'gateway' => $wgRequest->getText( 'gateway' ), //likely to be reset shortly by setGateway(); |
86 | 86 | 'owa_session' => $wgRequest->getText( 'owa_session', null ), |
87 | 87 | 'owa_ref' => $wgRequest->getText( 'owa_ref', null ), |
| 88 | + |
| 89 | + 'account_name' => $wgRequest->getText( 'account_name', null ), |
| 90 | + 'account_number' => $wgRequest->getText( 'account_number', null ), |
| 91 | + 'authorization_id' => $wgRequest->getText( 'authorization_id', null ), |
| 92 | + 'bank_check_digit' => $wgRequest->getText( 'bank_check_digit', null ), |
| 93 | + 'bank_name' => $wgRequest->getText( 'bank_name', null ), |
| 94 | + 'bank_code' => $wgRequest->getText( 'bank_code', null ), |
| 95 | + 'branch_code' => $wgRequest->getText( 'branch_code', null ), |
| 96 | + 'country_code_bank' => $wgRequest->getText( 'country_code_bank', null ), |
| 97 | + 'date_collect' => $wgRequest->getText( 'date_collect', null ), |
| 98 | + 'direct_debit_text' => $wgRequest->getText( 'direct_debit_text', null ), |
| 99 | + 'iban' => $wgRequest->getText( 'iban', null ), |
| 100 | + 'transaction_type' => $wgRequest->getText( 'transaction_type', null ), |
88 | 101 | ); |
89 | 102 | if ( !$wgRequest->wasPosted() ) { |
90 | 103 | $this->setVal( 'posted', false ); |