Skip to content

Commit

Permalink
fix(checkout): show delivery options even if not all mailbox settings…
Browse files Browse the repository at this point in the history
… are present (#853)

INT-564
  • Loading branch information
joerivanveen authored Jul 11, 2024
1 parent 0408cad commit cfc33e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Model/Sales/Repository/PackageRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ public function setMailboxSettings(string $carrierPath = self::XML_PATH_POSTNL_S

if (null === $settings || ! array_key_exists('active', $settings)) {
$this->_logger->critical("Can't set settings with path: {$carrierPath}mailbox");

return $this;
}

$this->setMailboxActive('1' === $settings['active']);
Expand Down

0 comments on commit cfc33e8

Please sign in to comment.