diff --git a/src/Sylius/Bundle/CoreBundle/Form/Type/Checkout/CountrySpecificShippingStepType.php b/src/Sylius/Bundle/CoreBundle/Form/Type/Checkout/CountrySpecificShippingStepType.php index dc87cc70018..310ac003b17 100644 --- a/src/Sylius/Bundle/CoreBundle/Form/Type/Checkout/CountrySpecificShippingStepType.php +++ b/src/Sylius/Bundle/CoreBundle/Form/Type/Checkout/CountrySpecificShippingStepType.php @@ -59,10 +59,6 @@ public function buildForm(FormBuilderInterface $builder, array $options) 'data' => $options['country'], )); - if ($options['criteria']['zone'] !== null) { - return; - } - /** @var ChoiceListInterface|null $choiceList */ $choiceList = $form->get('country')->getConfig()->getOption('choice_list'); if ($choiceList !== null) {