Skip to content

Commit

Permalink
Merge pull request #4001 from nanasess/fix-cartitemallocator
Browse files Browse the repository at this point in the history
CartItemAllocator のカスタマイズを適用するとシステムエラーが発生する対策
  • Loading branch information
Chihiro Adachi authored Nov 20, 2018
2 parents b01f4e7 + 1fdff30 commit 6948ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Eccube/Controller/CartController.php
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ public function handleCartItem($operation, $productClassId)
/**
* カートをロック状態に設定し、購入確認画面へ遷移する.
*
* @Route("/cart/buystep/{cart_key}", name="cart_buystep", requirements={"cart_key" = "[a-zA-Z0-9]+[_]\d+"})
* @Route("/cart/buystep/{cart_key}", name="cart_buystep", requirements={"cart_key" = "[a-zA-Z0-9]+[_][\x20-\x7E]+"})
*/
public function buystep(Request $request, $cart_key)
{
Expand Down

0 comments on commit 6948ec2

Please sign in to comment.