Skip to content

Ensure deal read from CSV is minimally valid.

Miha Wagner requested to merge deals-import-fix into 1.5.x

This also prevents a type error from occurring if the deal CSV being imported is not valid for any reason. The type error here leads to the cron task crashing and could lead to product data not being updated regularly.

Merge request reports