Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/Form.php |
— | — | @@ -191,7 +191,6 @@ |
192 | 192 | } |
193 | 193 | |
194 | 194 | public function generateCurrencyDropdown() { |
195 | | - var_dump( $this->form_data ); |
196 | 195 | $available_currencies = array( |
197 | 196 | 'GBP' => 'GBP: British Pound', |
198 | 197 | 'EUR' => 'EUR: Euro', |