回答編集履歴

1

補足

2018/12/03 03:31

投稿

xenbeat
xenbeat

スコア4258

test CHANGED
@@ -23,6 +23,8 @@
23
23
  $productTypes = $this->cartService->getProductTypes();
24
24
 
25
25
  $productType = $productTypes[0];
26
+
27
+ // 商品種別BのID=2前提(必要に応じて修正ください)
26
28
 
27
29
  if ($productType->getId() === 2) {
28
30