@@ -24,7 +24,7 @@ |
||
24 | 24 | |
25 | 25 | class PluginApiService |
26 | 26 | { |
27 | - /** |
|
27 | + /** |
|
28 | 28 | * Url for Api |
29 | 29 | * |
30 | 30 | * @var string |
@@ -211,7 +211,7 @@ |
||
211 | 211 | } |
212 | 212 | |
213 | 213 | if (isset($row[$headerByKey['product_del_flg']])) { |
214 | - if (StringUtil::isNotBlank($row[$headerByKey['product_del_flg']]) && $row[$headerByKey['product_del_flg']] == (string)Constant::ENABLED) { |
|
214 | + if (StringUtil::isNotBlank($row[$headerByKey['product_del_flg']]) && $row[$headerByKey['product_del_flg']] == (string) Constant::ENABLED) { |
|
215 | 215 | // 商品を物理削除 |
216 | 216 | $deleteImages[] = $Product->getProductImage(); |
217 | 217 |