diff --git a/tests/__snapshots__/DeliveryOptionsServiceTest__it_creates_carrier_settings_with_data_set_custom_postnl_be_mailbox_package__1.json b/tests/__snapshots__/DeliveryOptionsServiceTest__it_creates_carrier_settings_with_data_set_custom_postnl_be_mailbox_package__1.json index ef7e1c3d5..3604f1e2c 100644 --- a/tests/__snapshots__/DeliveryOptionsServiceTest__it_creates_carrier_settings_with_data_set_custom_postnl_be_mailbox_package__1.json +++ b/tests/__snapshots__/DeliveryOptionsServiceTest__it_creates_carrier_settings_with_data_set_custom_postnl_be_mailbox_package__1.json @@ -12,6 +12,7 @@ "allowSameDayDelivery": false, "allowSaturdayDelivery": false, "allowSignature": false, + "allowExpressDelivery": false, "priceEveningDelivery": 0, "priceMorningDelivery": 0, "priceOnlyRecipient": 0, diff --git a/tests/__snapshots__/DeliveryOptionsServiceTest__it_creates_carrier_settings_with_data_set_custom_postnl_eu_mailbox_package__1.json b/tests/__snapshots__/DeliveryOptionsServiceTest__it_creates_carrier_settings_with_data_set_custom_postnl_eu_mailbox_package__1.json index ef7e1c3d5..3604f1e2c 100644 --- a/tests/__snapshots__/DeliveryOptionsServiceTest__it_creates_carrier_settings_with_data_set_custom_postnl_eu_mailbox_package__1.json +++ b/tests/__snapshots__/DeliveryOptionsServiceTest__it_creates_carrier_settings_with_data_set_custom_postnl_eu_mailbox_package__1.json @@ -12,6 +12,7 @@ "allowSameDayDelivery": false, "allowSaturdayDelivery": false, "allowSignature": false, + "allowExpressDelivery": false, "priceEveningDelivery": 0, "priceMorningDelivery": 0, "priceOnlyRecipient": 0, diff --git a/tests/__snapshots__/DeliveryOptionsServiceTest__it_creates_carrier_settings_with_data_set_custom_postnl_row_mailbox_package__1.json b/tests/__snapshots__/DeliveryOptionsServiceTest__it_creates_carrier_settings_with_data_set_custom_postnl_row_mailbox_package__1.json index ef7e1c3d5..3604f1e2c 100644 --- a/tests/__snapshots__/DeliveryOptionsServiceTest__it_creates_carrier_settings_with_data_set_custom_postnl_row_mailbox_package__1.json +++ b/tests/__snapshots__/DeliveryOptionsServiceTest__it_creates_carrier_settings_with_data_set_custom_postnl_row_mailbox_package__1.json @@ -12,6 +12,7 @@ "allowSameDayDelivery": false, "allowSaturdayDelivery": false, "allowSignature": false, + "allowExpressDelivery": false, "priceEveningDelivery": 0, "priceMorningDelivery": 0, "priceOnlyRecipient": 0, diff --git a/tests/__snapshots__/DeliveryOptionsServiceTest__it_creates_carrier_settings_with_data_set_digital_stamp__1.json b/tests/__snapshots__/DeliveryOptionsServiceTest__it_creates_carrier_settings_with_data_set_digital_stamp__1.json index e6ae3be65..18007f5be 100644 --- a/tests/__snapshots__/DeliveryOptionsServiceTest__it_creates_carrier_settings_with_data_set_digital_stamp__1.json +++ b/tests/__snapshots__/DeliveryOptionsServiceTest__it_creates_carrier_settings_with_data_set_digital_stamp__1.json @@ -12,6 +12,7 @@ "allowSameDayDelivery": false, "allowSaturdayDelivery": false, "allowSignature": false, + "allowExpressDelivery": false, "priceEveningDelivery": 0, "priceMorningDelivery": 0, "priceOnlyRecipient": 0, diff --git a/tests/__snapshots__/DeliveryOptionsServiceTest__it_creates_carrier_settings_with_data_set_international_mailbox_that_becomes_package_for_non-custom_postnl__1.json b/tests/__snapshots__/DeliveryOptionsServiceTest__it_creates_carrier_settings_with_data_set_international_mailbox_that_becomes_package_for_non-custom_postnl__1.json index 94a3f64c0..94f3d2dfe 100644 --- a/tests/__snapshots__/DeliveryOptionsServiceTest__it_creates_carrier_settings_with_data_set_international_mailbox_that_becomes_package_for_non-custom_postnl__1.json +++ b/tests/__snapshots__/DeliveryOptionsServiceTest__it_creates_carrier_settings_with_data_set_international_mailbox_that_becomes_package_for_non-custom_postnl__1.json @@ -12,6 +12,7 @@ "allowSameDayDelivery": false, "allowSaturdayDelivery": false, "allowSignature": false, + "allowExpressDelivery": false, "priceEveningDelivery": 0, "priceMorningDelivery": 0, "priceOnlyRecipient": 0, diff --git a/tests/__snapshots__/DeliveryOptionsServiceTest__it_creates_carrier_settings_with_data_set_letter__1.json b/tests/__snapshots__/DeliveryOptionsServiceTest__it_creates_carrier_settings_with_data_set_letter__1.json index 8e0df6fc3..fd9e1c65a 100644 --- a/tests/__snapshots__/DeliveryOptionsServiceTest__it_creates_carrier_settings_with_data_set_letter__1.json +++ b/tests/__snapshots__/DeliveryOptionsServiceTest__it_creates_carrier_settings_with_data_set_letter__1.json @@ -12,6 +12,7 @@ "allowSameDayDelivery": false, "allowSaturdayDelivery": false, "allowSignature": false, + "allowExpressDelivery": false, "priceEveningDelivery": 0, "priceMorningDelivery": 0, "priceOnlyRecipient": 0, diff --git a/tests/__snapshots__/DeliveryOptionsServiceTest__it_creates_carrier_settings_with_data_set_mailbox_package__1.json b/tests/__snapshots__/DeliveryOptionsServiceTest__it_creates_carrier_settings_with_data_set_mailbox_package__1.json index 94a3f64c0..94f3d2dfe 100644 --- a/tests/__snapshots__/DeliveryOptionsServiceTest__it_creates_carrier_settings_with_data_set_mailbox_package__1.json +++ b/tests/__snapshots__/DeliveryOptionsServiceTest__it_creates_carrier_settings_with_data_set_mailbox_package__1.json @@ -12,6 +12,7 @@ "allowSameDayDelivery": false, "allowSaturdayDelivery": false, "allowSignature": false, + "allowExpressDelivery": false, "priceEveningDelivery": 0, "priceMorningDelivery": 0, "priceOnlyRecipient": 0, diff --git a/tests/__snapshots__/DeliveryOptionsServiceTest__it_creates_carrier_settings_with_data_set_mailbox_package_that_is_too_heavy_for_mailbox__1.json b/tests/__snapshots__/DeliveryOptionsServiceTest__it_creates_carrier_settings_with_data_set_mailbox_package_that_is_too_heavy_for_mailbox__1.json index 94a3f64c0..94f3d2dfe 100644 --- a/tests/__snapshots__/DeliveryOptionsServiceTest__it_creates_carrier_settings_with_data_set_mailbox_package_that_is_too_heavy_for_mailbox__1.json +++ b/tests/__snapshots__/DeliveryOptionsServiceTest__it_creates_carrier_settings_with_data_set_mailbox_package_that_is_too_heavy_for_mailbox__1.json @@ -12,6 +12,7 @@ "allowSameDayDelivery": false, "allowSaturdayDelivery": false, "allowSignature": false, + "allowExpressDelivery": false, "priceEveningDelivery": 0, "priceMorningDelivery": 0, "priceOnlyRecipient": 0, diff --git a/tests/__snapshots__/DeliveryOptionsServiceTest__it_creates_carrier_settings_with_data_set_mailbox_package_with_fit_in_mailbox__1.json b/tests/__snapshots__/DeliveryOptionsServiceTest__it_creates_carrier_settings_with_data_set_mailbox_package_with_fit_in_mailbox__1.json index 94a3f64c0..94f3d2dfe 100644 --- a/tests/__snapshots__/DeliveryOptionsServiceTest__it_creates_carrier_settings_with_data_set_mailbox_package_with_fit_in_mailbox__1.json +++ b/tests/__snapshots__/DeliveryOptionsServiceTest__it_creates_carrier_settings_with_data_set_mailbox_package_with_fit_in_mailbox__1.json @@ -12,6 +12,7 @@ "allowSameDayDelivery": false, "allowSaturdayDelivery": false, "allowSignature": false, + "allowExpressDelivery": false, "priceEveningDelivery": 0, "priceMorningDelivery": 0, "priceOnlyRecipient": 0, diff --git a/tests/__snapshots__/DeliveryOptionsServiceTest__it_creates_carrier_settings_with_data_set_simple__1.json b/tests/__snapshots__/DeliveryOptionsServiceTest__it_creates_carrier_settings_with_data_set_simple__1.json index 3b5c853ba..542125373 100644 --- a/tests/__snapshots__/DeliveryOptionsServiceTest__it_creates_carrier_settings_with_data_set_simple__1.json +++ b/tests/__snapshots__/DeliveryOptionsServiceTest__it_creates_carrier_settings_with_data_set_simple__1.json @@ -12,6 +12,7 @@ "allowSameDayDelivery": false, "allowSaturdayDelivery": false, "allowSignature": false, + "allowExpressDelivery": false, "priceEveningDelivery": 0, "priceMorningDelivery": 0, "priceOnlyRecipient": 0,