We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4ea0ea commit f62d952Copy full SHA for f62d952
lib/Productsup/Service/ProductData.php
@@ -185,9 +185,6 @@ private function addRow($row,$isDelete = false) {
185
if($this->finished) {
186
throw new Exceptions\ClientException('the current batch is already finished, please create a new one');
187
}
188
- if(array_key_exists($this->deleteFlagName,$row)) {
189
- throw new Exceptions\ClientException('"'.$this->deleteFlagName.'" is a reserved name to flag deleted products, please use another name');
190
- }
191
if(!array_key_exists('id',$row)) {
192
throw new Exceptions\ClientException('adding one column "id" to the product data is mandatory');
193
0 commit comments