Index: trunk/extensions/DonationInterface/gateway_forms/TwoStepAmount.php |
— | — | @@ -26,7 +26,17 @@ |
27 | 27 | public function __construct( &$form_data, &$form_errors, &$gateway ) { |
28 | 28 | global $wgOut; |
29 | 29 | |
30 | | - $form_data['transaction_type'] = 'bt'; |
| 30 | + $form_data['payment_method'] = 'bt'; |
| 31 | + $form_data['payment_submethod'] = 'bt'; |
| 32 | + |
| 33 | + //$form_data['payment_method'] = 'rtbt'; |
| 34 | + //$form_data['payment_submethod'] = 'rtbt_nordea_sweeden'; |
| 35 | + |
| 36 | + //$form_data['payment_method'] = 'rtbt'; |
| 37 | + //$form_data['payment_submethod'] = 'rtbt_ideal'; |
| 38 | + //$form_data['issuerids'] = array(); |
| 39 | + |
| 40 | + |
31 | 41 | $form_data['process'] = 'other'; |
32 | 42 | parent::__construct( $form_data, $form_errors, $gateway ); |
33 | 43 | |