Skip to content

Commit

Permalink
add allowExpressDelivery in carriersettings
Browse files Browse the repository at this point in the history
  • Loading branch information
GravendeelJochem committed Dec 17, 2024
1 parent 46c61df commit e4c924f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App/DeliveryOptions/Service/DeliveryOptionsService.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ class DeliveryOptionsService implements DeliveryOptionsServiceInterface
'allowSameDayDelivery' => CarrierSettings::ALLOW_SAME_DAY_DELIVERY,
'allowSaturdayDelivery' => CarrierSettings::ALLOW_SATURDAY_DELIVERY,
'allowSignature' => CarrierSettings::ALLOW_SIGNATURE,
'allowExpressDelivery' => CarrierSettings::ALLOW_DELIVERY_TYPE_EXPRESS,
'priceEveningDelivery' => CarrierSettings::PRICE_DELIVERY_TYPE_EVENING,
'priceMorningDelivery' => CarrierSettings::PRICE_DELIVERY_TYPE_MORNING,
'priceOnlyRecipient' => CarrierSettings::PRICE_ONLY_RECIPIENT,
Expand Down

0 comments on commit e4c924f

Please sign in to comment.