From 27a0bfdc51699d888812f5dd07612f2c6223003b Mon Sep 17 00:00:00 2001 From: Kazuyoshi Kakihara Date: Tue, 15 Jun 2021 19:54:05 +0900 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E8=A4=87=E3=81=97=E3=81=9F=E3=82=B9?= =?UTF-8?q?=E3=83=86=E3=83=BC=E3=83=88=E3=83=A1=E3=83=B3=E3=83=88=E3=82=92?= =?UTF-8?q?=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Eccube/Service/OrderHelper.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Eccube/Service/OrderHelper.php b/src/Eccube/Service/OrderHelper.php index b7ff17772e1..6d87a9fc35e 100644 --- a/src/Eccube/Service/OrderHelper.php +++ b/src/Eccube/Service/OrderHelper.php @@ -301,7 +301,6 @@ public function initializeOrder(Cart $Cart, Customer $Customer) public function removeSession() { - $this->session->remove(self::SESSION_ORDER_ID); $this->session->remove(self::SESSION_ORDER_ID); $this->session->remove(self::SESSION_NON_MEMBER); $this->session->remove(self::SESSION_NON_MEMBER_ADDRESSES);