Failed Conditions
Pull Request — experimental/3.1 (#2159)
by Kentaro
88:02
created
src/Eccube/Service/CartService.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -302,7 +302,7 @@
 block discarded – undo
302 302
         // 制限数チェック(在庫不足の場合は、処理の中でカート内商品を削除している)
303 303
         $quantity = $this->setProductLimit($ProductClass, $productName, $tmp_quantity);
304 304
 
305
-		// 新しい数量でカート内商品を登録する
305
+        // 新しい数量でカート内商品を登録する
306 306
         if (0 < $quantity) {
307 307
             $CartItem = new CartItem();
308 308
             $CartItem
Please login to merge, or discard this patch.