Skip to content

Commit

Permalink
paymentShippingStep display shippingForm with no error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Tetragramat committed Mar 31, 2016
1 parent 6d4e2b0 commit 8aaeeaf
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ public function forwardAction(ProcessContextInterface $context)
}
}

// display form with no error messages
$formShipping = $this->createCheckoutShippingForm($order, $formShippingPre->get('country')->getData());

return $this->renderStep($context, $order, $formPayment, $formShipping, $formAddressing);
}

Expand Down

0 comments on commit 8aaeeaf

Please sign in to comment.