Open kaplansin opened 11 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
https://github.com/postnl/postnl-magento2/issues/376
$this->checkoutSession->getPostNLDeliveryDate() can return false
and !isset($params['date']) will return true since it has a value (false) and delivery date will not be recalculated