postnl / postnl-magento2

This is the official Magento 2 extension for the logistics company PostNL. Add shipping options and parcelshops to your checkout. Create labels with track and trace functionality from the backend.
58 stars 61 forks source link

pickup location delivery date false check #377

Open kaplansin opened 8 months ago

kaplansin commented 8 months ago

$this->checkoutSession->getPostNLDeliveryDate() can return false

$params['date'] = $this->checkoutSession->getPostNLDeliveryDate();

and !isset($params['date']) will return true since it has a value (false) and delivery date will not be recalculated

kaplansin commented 8 months ago

https://github.com/postnl/postnl-magento2/issues/376