//removed unused code

This commit is contained in:
Vincent Augagneur
2013-09-19 17:00:50 +02:00
parent f222bb7b7f
commit 53e046c4b5
+1 -2
View File
@@ -195,7 +195,6 @@ class BankWire extends PaymentModule
'title' => $this->l('Contact details'),
'icon' => 'icon-envelope'
),
'id_form' => 'step_carrier_general',
'input' => array(
array(
'type' => 'text',
@@ -249,4 +248,4 @@ class BankWire extends PaymentModule
'BANK_WIRE_ADDRESS' => Tools::getValue('BANK_WIRE_ADDRESS', Configuration::get('BANK_WIRE_ADDRESS')),
);
}
}
}