Index: trunk/extensions/DonationInterface/globalcollect_gateway/globalcollect.adapter.php |
— | — | @@ -229,18 +229,6 @@ |
230 | 230 | $this->payment_submethods = array(); |
231 | 231 | |
232 | 232 | /* |
233 | | - * Bank transfers |
234 | | - */ |
235 | | - |
236 | | - // Bank Transfer |
237 | | - $this->payment_submethods['bt'] = array( |
238 | | - 'paymentproductid' => 11, |
239 | | - 'label' => 'Bank Transfer', |
240 | | - 'group' => 'bt', |
241 | | - 'validation' => array(), |
242 | | - ); |
243 | | - |
244 | | - /* |
245 | 233 | * Default => Credit Card |
246 | 234 | * |
247 | 235 | * Every payment_method should have a payment_submethod. |