Skip to content

Commit

Permalink
fix(regression): pass cutoff time to delivery options (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Dec 20, 2021
1 parent 69a7f3e commit edca384
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Service/DeliverySettingsProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
use Gett\MyparcelBE\DeliveryOptions\DeliveryOptions;
use Gett\MyparcelBE\Module\Configuration\Form\CheckoutForm;
use Module;
use MyParcelNL\Sdk\src\Model\Carrier\AbstractCarrier;
use Order;
use Tools;
use Validate;
Expand Down Expand Up @@ -169,7 +168,7 @@ private function getDropOffSettings(int $psCarrierId): array

return [
'dropOffDelay' => $dropOffDelay,
'cutOffTime' => $updatedCutoffTime,
'cutoffTime' => $updatedCutoffTime,
'dropOffDays' => $dropOffDays,
];
}
Expand Down

0 comments on commit edca384

Please sign in to comment.