diff --git a/modules/bankwire/bankwire.php b/modules/bankwire/bankwire.php index dd7539ac6..6a2fdf0b5 100644 --- a/modules/bankwire/bankwire.php +++ b/modules/bankwire/bankwire.php @@ -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')), ); } -} \ No newline at end of file +}