Index: trunk/extensions/DonationInterface/gateway_forms/TwoStepAmount.php |
— | — | @@ -26,8 +26,8 @@ |
27 | 27 | public function __construct( &$form_data, &$form_errors, &$gateway ) { |
28 | 28 | global $wgOut; |
29 | 29 | |
30 | | - $form_data['transaction_type'] = 'BANK_TRANSFER'; |
31 | | - $form_data['process'] = 'BANK_TRANSFER'; |
| 30 | + $form_data['transaction_type'] = 'bt'; |
| 31 | + $form_data['process'] = 'other'; |
32 | 32 | parent::__construct( $form_data, $form_errors, $gateway ); |
33 | 33 | |
34 | 34 | // we only want to load this JS if the form is being rendered |