Skip to content

Commit

Permalink
fix shipping step type
Browse files Browse the repository at this point in the history
  • Loading branch information
Tetragramat committed Mar 31, 2016
1 parent 699c859 commit 6d4e2b0
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 6d4e2b0

Please sign in to comment.