Skip to content

Commit

Permalink
Merge pull request #3320 from HerbMat/checkout-controller-adressing-u…
Browse files Browse the repository at this point in the history
…ncomment

[Core] Uncomment CheckoutController adressingAction for empty order
  • Loading branch information
Paweł Jędrzejewski committed Oct 20, 2015
2 parents 1a8c8d6 + 8155920 commit 0826112
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function proceedAction(Request $request, $orderId)
public function addressingAction(Request $request, OrderInterface $order)
{
if ($order->isEmpty()) {
//return new Response('Order cannot be empty!', 400);
return new Response('Order cannot be empty!', 400);
}

if ($request->isMethod('GET')) {
Expand Down

0 comments on commit 0826112

Please sign in to comment.