Skip to content

build(deps): bump vite from 5.4.21 to 7.3.1 - #443

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vite-7.3.1
Closed

build(deps): bump vite from 5.4.21 to 7.3.1#443
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vite-7.3.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 2, 2026

Copy link
Copy Markdown
Contributor

Bumps vite from 5.4.21 to 7.3.1.

Release notes

Sourced from vite's releases.

v7.3.1

Please refer to CHANGELOG.md for details.

v7.3.0

Please refer to CHANGELOG.md for details.

v7.2.7

Please refer to CHANGELOG.md for details.

v7.2.6

Please refer to CHANGELOG.md for details.

v7.2.5

Please refer to CHANGELOG.md for details.

Note: 7.2.5 failed to publish so it is skipped on npm

v7.2.4

Please refer to CHANGELOG.md for details.

v7.2.3

Please refer to CHANGELOG.md for details.

v7.2.2

Please refer to CHANGELOG.md for details.

plugin-legacy@7.2.1

Please refer to CHANGELOG.md for details.

v7.2.1

Please refer to CHANGELOG.md for details.

plugin-legacy@7.2.0

Please refer to CHANGELOG.md for details.

v7.2.0

Please refer to CHANGELOG.md for details.

v7.2.0-beta.1

Please refer to CHANGELOG.md for details.

v7.2.0-beta.0

Please refer to CHANGELOG.md for details.

v7.1.12

Please refer to CHANGELOG.md for details.

v7.1.11

Please refer to CHANGELOG.md for details.

... (truncated)

Changelog

Sourced from vite's changelog.

7.3.1 (2026-01-07)

Features

  • add ignoreOutdatedRequests option to optimizeDeps (#21364) (9d39d37)

7.3.0 (2025-12-15)

Features

  • deps: update esbuild from ^0.25.0 to ^0.27.0 (#21183) (cff26ec)

7.2.7 (2025-12-08)

Bug Fixes

7.2.6 (2025-12-01)

7.2.5 (2025-12-01)

Bug Fixes

Performance Improvements

Documentation

  • clarify manifest.json imports field is JS chunks only (#21136) (46d3077)

Miscellaneous Chores

7.2.4 (2025-11-20)

Bug Fixes

  • revert "perf(deps): replace debug with obug (#21107)" (2d66b7b)

7.2.3 (2025-11-20)

Bug Fixes

  • allow multiple bindCLIShortcuts calls with shortcut merging (#21103) (5909efd)
  • deps: update all non-major dependencies (#21096) (6a34ac3)
  • deps: update all non-major dependencies (#21128) (4f8171e)

Performance Improvements

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Dependency updates javascript labels Feb 2, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner February 2, 2026 14:29
@dependabot dependabot Bot added dependencies Dependency updates javascript labels Feb 2, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/vite-7.3.1 branch from 85497ad to ca0a3ca Compare February 16, 2026 15:45
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.21 to 7.3.1.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.3.1/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 7.3.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/vite-7.3.1 branch from ca0a3ca to 8ed47c0 Compare February 17, 2026 08:02
@codecov

codecov Bot commented Feb 17, 2026

Copy link
Copy Markdown

❌ 13 Tests Failed:

Tests completed Failed Passed Skipped
112 13 99 4
View the full list of 13 ❄️ flaky test(s)
Tests.Unit.Migration.Pdk.PdkDeliveryOptionsMigrationTest::it migrates delivery options to pdk with data set "all shipment options disabled"

Flake rate in main: 15.00% (Passed 17 times, Failed 3 times)

Stack Traces | 0.0756s run time
.../Migration/Pdk/PdkDeliveryOptionsMigrationTest.php::it migrates delivery options to pdk with data set "all shipment options disabled"
Failed asserting that two arrays are equal.
--- Expected
+++ Actual
@@ @@
         'excludeParcelLockers' => -1
         'freshFood' => -1
         'frozen' => -1
+        'priorityDelivery' => -1
     )
 )

.../pest/src/Expectation.php:497
.../Migration/Pdk/PdkDeliveryOptionsMigrationTest.php:123
.../src/Factories/TestCaseFactory.php:151
.../src/Concerns/Testable.php:301
.../src/Support/ExceptionTrace.php:29
.../src/Concerns/Testable.php:302
.../src/Concerns/Testable.php:278
.../src/Console/Command.php:119
.../pest/bin/pest:61
.../pest/bin/pest:62
Tests.Unit.Migration.Pdk.PdkDeliveryOptionsMigrationTest::it migrates delivery options to pdk with data set "all shipment options enabled"

Flake rate in main: 15.00% (Passed 17 times, Failed 3 times)

Stack Traces | 0.0756s run time
.../Migration/Pdk/PdkDeliveryOptionsMigrationTest.php::it migrates delivery options to pdk with data set "all shipment options enabled"
Failed asserting that two arrays are equal.
--- Expected
+++ Actual
@@ @@
         'excludeParcelLockers' => -1
         'freshFood' => -1
         'frozen' => -1
+        'priorityDelivery' => -1
     )
 )

.../pest/src/Expectation.php:497
.../Migration/Pdk/PdkDeliveryOptionsMigrationTest.php:123
.../src/Factories/TestCaseFactory.php:151
.../src/Concerns/Testable.php:301
.../src/Support/ExceptionTrace.php:29
.../src/Concerns/Testable.php:302
.../src/Concerns/Testable.php:278
.../src/Console/Command.php:119
.../pest/bin/pest:61
.../pest/bin/pest:62
Tests.Unit.Migration.Pdk.PdkDeliveryOptionsMigrationTest::it migrates delivery options to pdk with data set "defaults"

Flake rate in main: 15.00% (Passed 17 times, Failed 3 times)

Stack Traces | 0.076s run time
.../Migration/Pdk/PdkDeliveryOptionsMigrationTest.php::it migrates delivery options to pdk with data set "defaults"
Failed asserting that two arrays are equal.
--- Expected
+++ Actual
@@ @@
         'excludeParcelLockers' => -1
         'freshFood' => -1
         'frozen' => -1
+        'priorityDelivery' => -1
     )
 )

.../pest/src/Expectation.php:497
.../Migration/Pdk/PdkDeliveryOptionsMigrationTest.php:123
.../src/Factories/TestCaseFactory.php:151
.../src/Concerns/Testable.php:301
.../src/Support/ExceptionTrace.php:29
.../src/Concerns/Testable.php:302
.../src/Concerns/Testable.php:278
.../src/Console/Command.php:119
.../pest/bin/pest:61
.../pest/bin/pest:62
Tests.Unit.Migration.Pdk.PdkDeliveryOptionsMigrationTest::it migrates delivery options to pdk with data set "dhlforyou with delivery date"

Flake rate in main: 15.00% (Passed 17 times, Failed 3 times)

Stack Traces | 0.0779s run time
.../Migration/Pdk/PdkDeliveryOptionsMigrationTest.php::it migrates delivery options to pdk with data set "dhlforyou with delivery date"
Failed asserting that two arrays are equal.
--- Expected
+++ Actual
@@ @@
         'excludeParcelLockers' => -1
         'freshFood' => -1
         'frozen' => -1
+        'priorityDelivery' => -1
     )
 )

.../pest/src/Expectation.php:497
.../Migration/Pdk/PdkDeliveryOptionsMigrationTest.php:123
.../src/Factories/TestCaseFactory.php:151
.../src/Concerns/Testable.php:301
.../src/Support/ExceptionTrace.php:29
.../src/Concerns/Testable.php:302
.../src/Concerns/Testable.php:278
.../src/Console/Command.php:119
.../pest/bin/pest:61
.../pest/bin/pest:62
Tests.Unit.Migration.Pdk.PdkDeliveryOptionsMigrationTest::it migrates delivery options to pdk with data set "different label amount"

Flake rate in main: 15.00% (Passed 17 times, Failed 3 times)

Stack Traces | 0.0746s run time
.../Migration/Pdk/PdkDeliveryOptionsMigrationTest.php::it migrates delivery options to pdk with data set "different label amount"
Failed asserting that two arrays are equal.
--- Expected
+++ Actual
@@ @@
         'excludeParcelLockers' => -1
         'freshFood' => -1
         'frozen' => -1
+        'priorityDelivery' => -1
     )
 )

.../pest/src/Expectation.php:497
.../Migration/Pdk/PdkDeliveryOptionsMigrationTest.php:123
.../src/Factories/TestCaseFactory.php:151
.../src/Concerns/Testable.php:301
.../src/Support/ExceptionTrace.php:29
.../src/Concerns/Testable.php:302
.../src/Concerns/Testable.php:278
.../src/Console/Command.php:119
.../pest/bin/pest:61
.../pest/bin/pest:62
Tests.Unit.Migration.Pdk.PdkDeliveryOptionsMigrationTest::it migrates delivery options to pdk with data set "invalid value in delivery settings"

Flake rate in main: 15.00% (Passed 17 times, Failed 3 times)

Stack Traces | 0.0897s run time
.../Migration/Pdk/PdkDeliveryOptionsMigrationTest.php::it migrates delivery options to pdk with data set "invalid value in delivery settings"
Failed asserting that two arrays are equal.
--- Expected
+++ Actual
@@ @@
         'excludeParcelLockers' => -1
         'freshFood' => -1
         'frozen' => -1
+        'priorityDelivery' => -1
     )
 )

.../pest/src/Expectation.php:497
.../Migration/Pdk/PdkDeliveryOptionsMigrationTest.php:123
.../src/Factories/TestCaseFactory.php:151
.../src/Concerns/Testable.php:301
.../src/Support/ExceptionTrace.php:29
.../src/Concerns/Testable.php:302
.../src/Concerns/Testable.php:278
.../src/Console/Command.php:119
.../pest/bin/pest:61
.../pest/bin/pest:62
Tests.Unit.Migration.Pdk.PdkDeliveryOptionsMigrationTest::it migrates delivery options to pdk with data set "invalid value in extra options"

Flake rate in main: 15.00% (Passed 17 times, Failed 3 times)

Stack Traces | 0.0889s run time
.../Migration/Pdk/PdkDeliveryOptionsMigrationTest.php::it migrates delivery options to pdk with data set "invalid value in extra options"
Failed asserting that two arrays are equal.
--- Expected
+++ Actual
@@ @@
         'excludeParcelLockers' => -1
         'freshFood' => -1
         'frozen' => -1
+        'priorityDelivery' => -1
     )
 )

.../pest/src/Expectation.php:497
.../Migration/Pdk/PdkDeliveryOptionsMigrationTest.php:123
.../src/Factories/TestCaseFactory.php:151
.../src/Concerns/Testable.php:301
.../src/Support/ExceptionTrace.php:29
.../src/Concerns/Testable.php:302
.../src/Concerns/Testable.php:278
.../src/Console/Command.php:119
.../pest/bin/pest:61
.../pest/bin/pest:62
Tests.Unit.Migration.Pdk.PdkDeliveryOptionsMigrationTest::it migrates delivery options to pdk with data set "pickup location"

Flake rate in main: 15.00% (Passed 17 times, Failed 3 times)

Stack Traces | 0.0759s run time
.../Migration/Pdk/PdkDeliveryOptionsMigrationTest.php::it migrates delivery options to pdk with data set "pickup location"
Failed asserting that two arrays are equal.
--- Expected
+++ Actual
@@ @@
         'excludeParcelLockers' => -1
         'freshFood' => -1
         'frozen' => -1
+        'priorityDelivery' => -1
     )
 )

.../pest/src/Expectation.php:497
.../Migration/Pdk/PdkDeliveryOptionsMigrationTest.php:123
.../src/Factories/TestCaseFactory.php:151
.../src/Concerns/Testable.php:301
.../src/Support/ExceptionTrace.php:29
.../src/Concerns/Testable.php:302
.../src/Concerns/Testable.php:278
.../src/Console/Command.php:119
.../pest/bin/pest:61
.../pest/bin/pest:62
Tests.Unit.Migration.Pdk.PdkDeliveryOptionsMigrationTest::it migrates delivery options to pdk with data set "unknown values replaced with defaults"

Flake rate in main: 15.00% (Passed 17 times, Failed 3 times)

Stack Traces | 0.0883s run time
.../Migration/Pdk/PdkDeliveryOptionsMigrationTest.php::it migrates delivery options to pdk with data set "unknown values replaced with defaults"
Failed asserting that two arrays are equal.
--- Expected
+++ Actual
@@ @@
         'excludeParcelLockers' => -1
         'freshFood' => -1
         'frozen' => -1
+        'priorityDelivery' => -1
     )
 )

.../pest/src/Expectation.php:497
.../Migration/Pdk/PdkDeliveryOptionsMigrationTest.php:123
.../src/Factories/TestCaseFactory.php:151
.../src/Concerns/Testable.php:301
.../src/Support/ExceptionTrace.php:29
.../src/Concerns/Testable.php:302
.../src/Concerns/Testable.php:278
.../src/Console/Command.php:119
.../pest/bin/pest:61
.../pest/bin/pest:62
Tests.Unit.Migration.Pdk.PdkOrderShipmentsMigrationTest::it migrates order shipments to pdk with data set "multiple shipments"

Flake rate in main: 15.00% (Passed 17 times, Failed 3 times)

Stack Traces | 0.0863s run time
.../Migration/Pdk/PdkOrderShipmentsMigrationTest.php::it migrates order shipments to pdk with data set "multiple shipments"
Failed asserting that '[{"orderId":"1","multiCollo":false,"updated":"2099-01-01 00:00:00","id":12004,"referenceIdentifier":"1","barcode":"3SMYPA1234567","carrier":{"externalIdentifier":"postnl"},"delayed":false,"delivered":false,"deliveryOptions":{"carrier":{"externalIdentifier":"postnl"},"labelAmount":1,"shipmentOptions":{"insurance":-1,"ageCheck":-1,"return":-1,"hideSender":-1,"largeFormat":-1,"onlyRecipient":-1,"priorityDelivery":-1,"receiptCode":-1,"sameDayDelivery":-1,"signature":-1,"tracked":-1,"collect":-1,"excludeParcelLockers":-1,"freshFood":-1,"frozen":-1},"deliveryType":"standard","packageType":"package"},"hidden":false,"isReturn":false,"partnerTrackTraces":[],"price":{"amount":0,"currency":"EUR"},"status":0},{"orderId":"1","multiCollo":false,"updated":"2099-01-01 00:00:00","id":12006,"referenceIdentifier":"1","barcode":"3SMYPA1234567","carrier":{"externalIdentifier":"postnl"},"delayed":false,"delivered":false,"deliveryOptions":{"carrier":{"externalIdentifier":"postnl"},"labelAmount":1,"shipmentOptions":{"insurance":-1,"ageCheck":-1,"return":-1,"hideSender":-1,"largeFormat":-1,"onlyRecipient":-1,"priorityDelivery":-1,"receiptCode":-1,"sameDayDelivery":-1,"signature":-1,"tracked":-1,"collect":-1,"excludeParcelLockers":-1,"freshFood":-1,"frozen":-1},"deliveryType":"standard","packageType":"package"},"hidden":false,"isReturn":false,"partnerTrackTraces":[],"price":{"amount":0,"currency":"EUR"},"status":0}]' matches JSON string "[{"orderId":"1","multiCollo":false,"updated":"2099-01-01 00:00:00","id":12004,"referenceIdentifier":"1","barcode":"3SMYPA1234567","carrier":{"externalIdentifier":"postnl"},"delayed":false,"delivered":false,"deliveryOptions":{"carrier":{"externalIdentifier":"postnl"},"labelAmount":1,"shipmentOptions":{"insurance":-1,"ageCheck":-1,"return":-1,"hideSender":-1,"largeFormat":-1,"onlyRecipient":-1,"receiptCode":-1,"sameDayDelivery":-1,"signature":-1,"tracked":-1,"collect":-1,"excludeParcelLockers":-1,"freshFood":-1,"frozen":-1},"deliveryType":"standard","packageType":"package"},"hidden":false,"isReturn":false,"partnerTrackTraces":[],"price":{"amount":0,"currency":"EUR"},"status":0},{"orderId":"1","multiCollo":false,"updated":"2099-01-01 00:00:00","id":12006,"referenceIdentifier":"1","barcode":"3SMYPA1234567","carrier":{"externalIdentifier":"postnl"},"delayed":false,"delivered":false,"deliveryOptions":{"carrier":{"externalIdentifier":"postnl"},"labelAmount":1,"shipmentOptions":{"insurance":-1,"ageCheck":-1,"return":-1,"hideSender":-1,"largeFormat":-1,"onlyRecipient":-1,"receiptCode":-1,"sameDayDelivery":-1,"signature":-1,"tracked":-1,"collect":-1,"excludeParcelLockers":-1,"freshFood":-1,"frozen":-1},"deliveryType":"standard","packageType":"package"},"hidden":false,"isReturn":false,"partnerTrackTraces":[],"price":{"amount":0,"currency":"EUR"},"status":0}]".

Snapshots can be updated by passing `-d --update-snapshots` through PHPUnit's CLI arguments.
--- Expected
+++ Actual
@@ @@
                 "insurance": -1,
                 "largeFormat": -1,
                 "onlyRecipient": -1,
+                "priorityDelivery": -1,
                 "receiptCode": -1,
                 "return": -1,
                 "sameDayDelivery": -1,
@@ @@
                 "insurance": -1,
                 "largeFormat": -1,
                 "onlyRecipient": -1,
+                "priorityDelivery": -1,
                 "receiptCode": -1,
                 "return": -1,
                 "sameDayDelivery": -1,

.../src/Drivers/JsonDriver.php:35
.../phpunit-snapshot-assertions/src/Snapshot.php:55
.../phpunit-snapshot-assertions/src/MatchesSnapshots.php:187
.../phpunit-snapshot-assertions/src/MatchesSnapshots.php:56
.../phpunit-snapshot-assertions/src/MatchesSnapshots.php:93
.../src/Support/Reflection.php:38
.../src/Support/HigherOrderMessage.php:95
.../src/Support/HigherOrderTapProxy.php:81
.../pest-plugin-snapshots/src/Functions.php:31
.../Migration/Pdk/PdkOrderShipmentsMigrationTest.php:107
.../src/Factories/TestCaseFactory.php:151
.../src/Concerns/Testable.php:301
.../src/Support/ExceptionTrace.php:29
.../src/Concerns/Testable.php:302
.../src/Concerns/Testable.php:278
.../src/Console/Command.php:119
.../pest/bin/pest:61
.../pest/bin/pest:62
Tests.Unit.Migration.Pdk.PdkOrderShipmentsMigrationTest::it migrates order shipments to pdk with data set "single shipment"

Flake rate in main: 15.00% (Passed 17 times, Failed 3 times)

Stack Traces | 0.0764s run time
.../Migration/Pdk/PdkOrderShipmentsMigrationTest.php::it migrates order shipments to pdk with data set "single shipment"
Failed asserting that '[{"orderId":"1","multiCollo":false,"updated":"2099-01-01 00:00:00","id":10000,"referenceIdentifier":"1","barcode":"3SMYPA1234567","carrier":{"externalIdentifier":"postnl"},"delayed":false,"delivered":false,"deliveryOptions":{"carrier":{"externalIdentifier":"postnl"},"labelAmount":1,"shipmentOptions":{"insurance":-1,"ageCheck":-1,"return":-1,"hideSender":-1,"largeFormat":-1,"onlyRecipient":-1,"priorityDelivery":-1,"receiptCode":-1,"sameDayDelivery":-1,"signature":-1,"tracked":-1,"collect":-1,"excludeParcelLockers":-1,"freshFood":-1,"frozen":-1},"deliveryType":"standard","packageType":"package"},"hidden":false,"isReturn":false,"partnerTrackTraces":[],"price":{"amount":0,"currency":"EUR"},"status":0}]' matches JSON string "[{"orderId":"1","multiCollo":false,"updated":"2099-01-01 00:00:00","id":10000,"referenceIdentifier":"1","barcode":"3SMYPA1234567","carrier":{"externalIdentifier":"postnl"},"delayed":false,"delivered":false,"deliveryOptions":{"carrier":{"externalIdentifier":"postnl"},"labelAmount":1,"shipmentOptions":{"insurance":-1,"ageCheck":-1,"return":-1,"hideSender":-1,"largeFormat":-1,"onlyRecipient":-1,"receiptCode":-1,"sameDayDelivery":-1,"signature":-1,"tracked":-1,"collect":-1,"excludeParcelLockers":-1,"freshFood":-1,"frozen":-1},"deliveryType":"standard","packageType":"package"},"hidden":false,"isReturn":false,"partnerTrackTraces":[],"price":{"amount":0,"currency":"EUR"},"status":0}]".

Snapshots can be updated by passing `-d --update-snapshots` through PHPUnit's CLI arguments.
--- Expected
+++ Actual
@@ @@
                 "insurance": -1,
                 "largeFormat": -1,
                 "onlyRecipient": -1,
+                "priorityDelivery": -1,
                 "receiptCode": -1,
                 "return": -1,
                 "sameDayDelivery": -1,

.../src/Drivers/JsonDriver.php:35
.../phpunit-snapshot-assertions/src/Snapshot.php:55
.../phpunit-snapshot-assertions/src/MatchesSnapshots.php:187
.../phpunit-snapshot-assertions/src/MatchesSnapshots.php:56
.../phpunit-snapshot-assertions/src/MatchesSnapshots.php:93
.../src/Support/Reflection.php:38
.../src/Support/HigherOrderMessage.php:95
.../src/Support/HigherOrderTapProxy.php:81
.../pest-plugin-snapshots/src/Functions.php:31
.../Migration/Pdk/PdkOrderShipmentsMigrationTest.php:107
.../src/Factories/TestCaseFactory.php:151
.../src/Concerns/Testable.php:301
.../src/Support/ExceptionTrace.php:29
.../src/Concerns/Testable.php:302
.../src/Concerns/Testable.php:278
.../src/Console/Command.php:119
.../pest/bin/pest:61
.../pest/bin/pest:62
Tests.Unit.Migration.Pdk.PdkSettingsMigrationTest::it migrates settings to pdk

Flake rate in main: 15.38% (Passed 22 times, Failed 4 times)

Stack Traces | 0.239s run time
.../Migration/Pdk/PdkSettingsMigrationTest.php::it migrates settings to pdk
Failed asserting that '{"account":{"id":"account","apiKey":"api_key","apiKeyValid":true},"order":{"id":"order","barcodeInNote":false,"conceptShipments":true,"emptyDigitalStampWeight":0,"emptyMailboxWeight":0,"emptyParcelWeight":0,"emptyPackageSmallWeight":0,"orderMode":false,"processDirectly":"1","saveCustomerAddress":false,"sendNotificationAfter":-1,"sendReturnEmail":false,"shareCustomerInformation":true,"statusOnLabelCreate":"status_3","statusWhenDelivered":"status_5","statusWhenLabelScanned":-1,"trackTraceInAccount":false,"trackTraceInEmail":false},"label":{"id":"label","description":"[ORDER_ID] [ORDER_ID]","format":"a6","output":"open","position":3,"directPrint":false,"printerGroupId":"","prompt":true},"customs":{"id":"customs","countryOfOrigin":"DE","customsCode":"1234","packageContents":"1"},"checkout":{"id":"checkout","allowedShippingMethods":[],"deliveryOptionsHeader":"delivery options here","allowPickupLocationsViewSelection":true,"priceType":"surcharge","enableDeliveryOptions":true,"enableDeliveryOptionsWhenNotInStock":true,"useSeparateAddressFields":true,"showTaxFields":true,"enableAddressWidget":false,"closedDays":[],"excludeParcelLockers":false},"carrier":{"*":{"id":"*","allowDeliveryOptions":true,"allowStandardDelivery":false,"allowEveningDelivery":true,"allowMondayDelivery":true,"allowMorningDelivery":true,"allowOnlyRecipient":true,"allowExpressDelivery":false,"allowPriorityDelivery":false,"allowPickupLocations":true,"allowSameDayDelivery":true,"allowSaturdayDelivery":true,"allowSignature":true,"cutoffTime":"17:00","cutoffTimeSameDay":"09:00","defaultPackageType":"package","deliveryDaysWindow":7,"deliveryOptionsEnabled":true,"deliveryOptionsEnabledForBackorders":false,"digitalStampDefaultWeight":0,"dropOffDelay":0,"dropOffPossibilities":{"dropOffDays":[{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":1},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":2},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":3},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":4},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":5},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":6},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":0}],"dropOffDaysDeviations":[]},"exportAgeCheck":false,"exportHideSender":false,"exportInsurance":false,"exportInsuranceFromAmount":0,"exportInsurancePricePercentage":100,"exportInsuranceUpTo":0,"exportInsuranceUpToEu":0,"exportInsuranceUpToRow":0,"exportInsuranceUpToUnique":0,"exportLargeFormat":false,"exportOnlyRecipient":false,"exportReceiptCode":false,"exportReturn":false,"exportReturnLargeFormat":false,"exportReturnPackageType":"package","exportSignature":false,"exportTracked":false,"exportCollect":false,"exportFreshFood":false,"exportFrozen":false,"priceDeliveryTypeEvening":0,"priceDeliveryTypeMonday":0,"priceDeliveryTypeMorning":0,"priceDeliveryTypePickup":0,"priceDeliveryTypeSameDay":0,"priceDeliveryTypeSaturday":0,"priceDeliveryTypeStandard":0,"priceOnlyRecipient":0,"pricePackageTypeDigitalStamp":0,"pricePackageTypeMailbox":0,"pricePackageTypePackageSmall":0,"priceSignature":0,"pricePriorityDelivery":0,"allowInternationalMailbox":false,"priceInternationalMailbox":0,"priceCollect":0,"priceDeliveryTypeExpress":0},"postnl":{"id":"postnl","allowDeliveryOptions":true,"allowStandardDelivery":false,"allowEveningDelivery":true,"allowMondayDelivery":true,"allowMorningDelivery":true,"allowOnlyRecipient":true,"allowExpressDelivery":false,"allowPriorityDelivery":false,"allowPickupLocations":true,"allowSameDayDelivery":false,"allowSaturdayDelivery":true,"allowSignature":true,"cutoffTime":"16:00","cutoffTimeSameDay":"10:00","defaultPackageType":"letter","deliveryDaysWindow":3,"deliveryOptionsEnabled":false,"deliveryOptionsEnabledForBackorders":false,"digitalStampDefaultWeight":0,"dropOffDelay":2,"dropOffPossibilities":{"dropOffDays":[{"cutoffTime":"16:07:00","dispatch":false,"sameDayCutoffTime":"10:00","weekday":0},{"cutoffTime":"16:01:00","dispatch":true,"sameDayCutoffTime":"10:00","weekday":1},{"cutoffTime":"16:02:00","dispatch":true,"sameDayCutoffTime":"10:00","weekday":2},{"cutoffTime":"16:03:00","dispatch":true,"sameDayCutoffTime":"10:00","weekday":3},{"cutoffTime":"16:04:00","dispatch":true,"sameDayCutoffTime":"10:00","weekday":4},{"cutoffTime":"16:05:00","dispatch":true,"sameDayCutoffTime":"10:00","weekday":5},{"cutoffTime":"16:06:00","dispatch":false,"sameDayCutoffTime":"10:00","weekday":6}],"dropOffDaysDeviations":[{"cutoffTime":"10:00","date":"2023-10-27 00:00:00","dispatch":false,"weekday":5},{"date":"2023-10-29 00:00:00","dispatch":false,"weekday":0},{"date":"2023-10-30 00:00:00","dispatch":false,"weekday":1}]},"exportAgeCheck":true,"exportHideSender":false,"exportInsurance":true,"exportInsuranceFromAmount":100,"exportInsurancePricePercentage":100,"exportInsuranceUpTo":5000000,"exportInsuranceUpToEu":1000000,"exportInsuranceUpToRow":0,"exportInsuranceUpToUnique":2000000,"exportLargeFormat":true,"exportOnlyRecipient":true,"exportReceiptCode":false,"exportReturn":true,"exportReturnLargeFormat":false,"exportReturnPackageType":"package","exportSignature":true,"exportTracked":false,"exportCollect":false,"exportFreshFood":false,"exportFrozen":false,"priceDeliveryTypeEvening":249,"priceDeliveryTypeMonday":229,"priceDeliveryTypeMorning":219,"priceDeliveryTypePickup":-100,"priceDeliveryTypeSameDay":0,"priceDeliveryTypeSaturday":299,"priceDeliveryTypeStandard":0,"priceOnlyRecipient":99,"pricePackageTypeDigitalStamp":0,"pricePackageTypeMailbox":0,"pricePackageTypePackageSmall":0,"priceSignature":59,"pricePriorityDelivery":0,"allowInternationalMailbox":false,"priceInternationalMailbox":0,"priceCollect":0,"priceDeliveryTypeExpress":0},"dpd":{"id":"dpd","allowDeliveryOptions":true,"allowStandardDelivery":false,"allowEveningDelivery":true,"allowMondayDelivery":true,"allowMorningDelivery":true,"allowOnlyRecipient":true,"allowExpressDelivery":false,"allowPriorityDelivery":false,"allowPickupLocations":true,"allowSameDayDelivery":true,"allowSaturdayDelivery":true,"allowSignature":true,"cutoffTime":"17:00","cutoffTimeSameDay":"09:00","defaultPackageType":"package","deliveryDaysWindow":7,"deliveryOptionsEnabled":true,"deliveryOptionsEnabledForBackorders":false,"digitalStampDefaultWeight":0,"dropOffDelay":0,"dropOffPossibilities":{"dropOffDays":[{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":1},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":2},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":3},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":4},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":5},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":6},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":0}],"dropOffDaysDeviations":[]},"exportAgeCheck":false,"exportHideSender":false,"exportInsurance":false,"exportInsuranceFromAmount":0,"exportInsurancePricePercentage":100,"exportInsuranceUpTo":0,"exportInsuranceUpToEu":0,"exportInsuranceUpToRow":0,"exportInsuranceUpToUnique":0,"exportLargeFormat":false,"exportOnlyRecipient":false,"exportReceiptCode":false,"exportReturn":false,"exportReturnLargeFormat":false,"exportReturnPackageType":"package","exportSignature":false,"exportTracked":false,"exportCollect":false,"exportFreshFood":false,"exportFrozen":false,"priceDeliveryTypeEvening":0,"priceDeliveryTypeMonday":0,"priceDeliveryTypeMorning":0,"priceDeliveryTypePickup":0,"priceDeliveryTypeSameDay":0,"priceDeliveryTypeSaturday":0,"priceDeliveryTypeStandard":0,"priceOnlyRecipient":0,"pricePackageTypeDigitalStamp":0,"pricePackageTypeMailbox":0,"pricePackageTypePackageSmall":0,"priceSignature":0,"pricePriorityDelivery":0,"allowInternationalMailbox":false,"priceInternationalMailbox":0,"priceCollect":0,"priceDeliveryTypeExpress":0},"dhlforyou":{"id":"dhlforyou","allowDeliveryOptions":false,"allowStandardDelivery":false,"allowEveningDelivery":false,"allowMondayDelivery":false,"allowMorningDelivery":false,"allowOnlyRecipient":true,"allowExpressDelivery":false,"allowPriorityDelivery":false,"allowPickupLocations":true,"allowSameDayDelivery":false,"allowSaturdayDelivery":true,"allowSignature":true,"cutoffTime":"16:00","cutoffTimeSameDay":"10:00","defaultPackageType":"mailbox","deliveryDaysWindow":-1,"deliveryOptionsEnabled":false,"deliveryOptionsEnabledForBackorders":false,"digitalStampDefaultWeight":0,"dropOffDelay":0,"dropOffPossibilities":{"dropOffDays":[{"cutoffTime":"17:00","dispatch":false,"sameDayCutoffTime":"10:00","weekday":0},{"cutoffTime":"17:00","dispatch":false,"sameDayCutoffTime":"10:00","weekday":1},{"cutoffTime":"17:00","dispatch":false,"sameDayCutoffTime":"10:00","weekday":2},{"cutoffTime":"17:00","dispatch":false,"sameDayCutoffTime":"10:00","weekday":3},{"cutoffTime":"17:00","dispatch":false,"sameDayCutoffTime":"10:00","weekday":4},{"cutoffTime":"17:00","dispatch":false,"sameDayCutoffTime":"10:00","weekday":5},{"cutoffTime":"14:00:00","dispatch":false,"sameDayCutoffTime":"10:00","weekday":6}],"dropOffDaysDeviations":[]},"exportAgeCheck":false,"exportHideSender":false,"exportInsurance":false,"exportInsuranceFromAmount":0,"exportInsurancePricePercentage":100,"exportInsuranceUpTo":0,"exportInsuranceUpToEu":0,"exportInsuranceUpToRow":0,"exportInsuranceUpToUnique":0,"exportLargeFormat":true,"exportOnlyRecipient":false,"exportReceiptCode":false,"exportReturn":false,"exportReturnLargeFormat":true,"exportReturnPackageType":"mailbox","exportSignature":false,"exportTracked":false,"exportCollect":false,"exportFreshFood":false,"exportFrozen":false,"priceDeliveryTypeEvening":200,"priceDeliveryTypeMonday":180,"priceDeliveryTypeMorning":230,"priceDeliveryTypePickup":0,"priceDeliveryTypeSameDay":0,"priceDeliveryTypeSaturday":300,"priceDeliveryTypeStandard":0,"priceOnlyRecipient":90,"pricePackageTypeDigitalStamp":0,"pricePackageTypeMailbox":0,"pricePackageTypePackageSmall":0,"priceSignature":40,"pricePriorityDelivery":0,"allowInternationalMailbox":false,"priceInternationalMailbox":0,"priceCollect":0,"priceDeliveryTypeExpress":0},"dhlparcelconnect":{"id":"dhlparcelconnect","allowDeliveryOptions":true,"allowStandardDelivery":false,"allowEveningDelivery":true,"allowMondayDelivery":true,"allowMorningDelivery":true,"allowOnlyRecipient":true,"allowExpressDelivery":false,"allowPriorityDelivery":false,"allowPickupLocations":true,"allowSameDayDelivery":true,"allowSaturdayDelivery":true,"allowSignature":true,"cutoffTime":"17:00","cutoffTimeSameDay":"09:00","defaultPackageType":"package","deliveryDaysWindow":7,"deliveryOptionsEnabled":true,"deliveryOptionsEnabledForBackorders":false,"digitalStampDefaultWeight":0,"dropOffDelay":0,"dropOffPossibilities":{"dropOffDays":[{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":1},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":2},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":3},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":4},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":5},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":6},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":0}],"dropOffDaysDeviations":[]},"exportAgeCheck":false,"exportHideSender":false,"exportInsurance":false,"exportInsuranceFromAmount":0,"exportInsurancePricePercentage":100,"exportInsuranceUpTo":0,"exportInsuranceUpToEu":0,"exportInsuranceUpToRow":0,"exportInsuranceUpToUnique":0,"exportLargeFormat":false,"exportOnlyRecipient":false,"exportReceiptCode":false,"exportReturn":false,"exportReturnLargeFormat":false,"exportReturnPackageType":"package","exportSignature":false,"exportTracked":false,"exportCollect":false,"exportFreshFood":false,"exportFrozen":false,"priceDeliveryTypeEvening":0,"priceDeliveryTypeMonday":0,"priceDeliveryTypeMorning":0,"priceDeliveryTypePickup":0,"priceDeliveryTypeSameDay":0,"priceDeliveryTypeSaturday":0,"priceDeliveryTypeStandard":0,"priceOnlyRecipient":0,"pricePackageTypeDigitalStamp":0,"pricePackageTypeMailbox":0,"pricePackageTypePackageSmall":0,"priceSignature":0,"pricePriorityDelivery":0,"allowInternationalMailbox":false,"priceInternationalMailbox":0,"priceCollect":0,"priceDeliveryTypeExpress":0},"dhleuroplus":{"id":"dhleuroplus","allowDeliveryOptions":true,"allowStandardDelivery":false,"allowEveningDelivery":true,"allowMondayDelivery":true,"allowMorningDelivery":true,"allowOnlyRecipient":true,"allowExpressDelivery":false,"allowPriorityDelivery":false,"allowPickupLocations":true,"allowSameDayDelivery":true,"allowSaturdayDelivery":true,"allowSignature":true,"cutoffTime":"17:00","cutoffTimeSameDay":"09:00","defaultPackageType":"package","deliveryDaysWindow":7,"deliveryOptionsEnabled":true,"deliveryOptionsEnabledForBackorders":false,"digitalStampDefaultWeight":0,"dropOffDelay":0,"dropOffPossibilities":{"dropOffDays":[{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":1},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":2},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":3},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":4},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":5},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":6},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":0}],"dropOffDaysDeviations":[]},"exportAgeCheck":false,"exportHideSender":false,"exportInsurance":false,"exportInsuranceFromAmount":0,"exportInsurancePricePercentage":100,"exportInsuranceUpTo":0,"exportInsuranceUpToEu":0,"exportInsuranceUpToRow":0,"exportInsuranceUpToUnique":0,"exportLargeFormat":false,"exportOnlyRecipient":false,"exportReceiptCode":false,"exportReturn":false,"exportReturnLargeFormat":false,"exportReturnPackageType":"package","exportSignature":false,"exportTracked":false,"exportCollect":false,"exportFreshFood":false,"exportFrozen":false,"priceDeliveryTypeEvening":0,"priceDeliveryTypeMonday":0,"priceDeliveryTypeMorning":0,"priceDeliveryTypePickup":0,"priceDeliveryTypeSameDay":0,"priceDeliveryTypeSaturday":0,"priceDeliveryTypeStandard":0,"priceOnlyRecipient":0,"pricePackageTypeDigitalStamp":0,"pricePackageTypeMailbox":0,"pricePackageTypePackageSmall":0,"priceSignature":0,"pricePriorityDelivery":0,"allowInternationalMailbox":false,"priceInternationalMailbox":0,"priceCollect":0,"priceDeliveryTypeExpress":0},"upsstandard":{"id":"upsstandard","allowDeliveryOptions":true,"allowStandardDelivery":false,"allowEveningDelivery":true,"allowMondayDelivery":true,"allowMorningDelivery":true,"allowOnlyRecipient":true,"allowExpressDelivery":false,"allowPriorityDelivery":false,"allowPickupLocations":true,"allowSameDayDelivery":true,"allowSaturdayDelivery":true,"allowSignature":true,"cutoffTime":"17:00","cutoffTimeSameDay":"09:00","defaultPackageType":"package","deliveryDaysWindow":7,"deliveryOptionsEnabled":true,"deliveryOptionsEnabledForBackorders":false,"digitalStampDefaultWeight":0,"dropOffDelay":0,"dropOffPossibilities":{"dropOffDays":[{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":1},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":2},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":3},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":4},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":5},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":6},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":0}],"dropOffDaysDeviations":[]},"exportAgeCheck":false,"exportHideSender":false,"exportInsurance":false,"exportInsuranceFromAmount":0,"exportInsurancePricePercentage":100,"exportInsuranceUpTo":0,"exportInsuranceUpToEu":0,"exportInsuranceUpToRow":0,"exportInsuranceUpToUnique":0,"exportLargeFormat":false,"exportOnlyRecipient":false,"exportReceiptCode":false,"exportReturn":false,"exportReturnLargeFormat":false,"exportReturnPackageType":"package","exportSignature":false,"exportTracked":false,"exportCollect":false,"exportFreshFood":false,"exportFrozen":false,"priceDeliveryTypeEvening":0,"priceDeliveryTypeMonday":0,"priceDeliveryTypeMorning":0,"priceDeliveryTypePickup":0,"priceDeliveryTypeSameDay":0,"priceDeliveryTypeSaturday":0,"priceDeliveryTypeStandard":0,"priceOnlyRecipient":0,"pricePackageTypeDigitalStamp":0,"pricePackageTypeMailbox":0,"pricePackageTypePackageSmall":0,"priceSignature":0,"pricePriorityDelivery":0,"allowInternationalMailbox":false,"priceInternationalMailbox":0,"priceCollect":0,"priceDeliveryTypeExpress":0},"upsexpresssaver":{"id":"upsexpresssaver","allowDeliveryOptions":true,"allowStandardDelivery":false,"allowEveningDelivery":true,"allowMondayDelivery":true,"allowMorningDelivery":true,"allowOnlyRecipient":true,"allowExpressDelivery":false,"allowPriorityDelivery":false,"allowPickupLocations":true,"allowSameDayDelivery":true,"allowSaturdayDelivery":true,"allowSignature":true,"cutoffTime":"17:00","cutoffTimeSameDay":"09:00","defaultPackageType":"package","deliveryDaysWindow":7,"deliveryOptionsEnabled":true,"deliveryOptionsEnabledForBackorders":false,"digitalStampDefaultWeight":0,"dropOffDelay":0,"dropOffPossibilities":{"dropOffDays":[{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":1},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":2},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":3},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":4},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":5},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":6},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":0}],"dropOffDaysDeviations":[]},"exportAgeCheck":false,"exportHideSender":false,"exportInsurance":false,"exportInsuranceFromAmount":0,"exportInsurancePricePercentage":100,"exportInsuranceUpTo":0,"exportInsuranceUpToEu":0,"exportInsuranceUpToRow":0,"exportInsuranceUpToUnique":0,"exportLargeFormat":false,"exportOnlyRecipient":false,"exportReceiptCode":false,"exportReturn":false,"exportReturnLargeFormat":false,"exportReturnPackageType":"package","exportSignature":false,"exportTracked":false,"exportCollect":false,"exportFreshFood":false,"exportFrozen":false,"priceDeliveryTypeEvening":0,"priceDeliveryTypeMonday":0,"priceDeliveryTypeMorning":0,"priceDeliveryTypePickup":0,"priceDeliveryTypeSameDay":0,"priceDeliveryTypeSaturday":0,"priceDeliveryTypeStandard":0,"priceOnlyRecipient":0,"pricePackageTypeDigitalStamp":0,"pricePackageTypeMailbox":0,"pricePackageTypePackageSmall":0,"priceSignature":0,"pricePriorityDelivery":0,"allowInternationalMailbox":false,"priceInternationalMailbox":0,"priceCollect":0,"priceDeliveryTypeExpress":0}}}' matches JSON string "{"account":{"id":"account","apiKey":"api_key","apiKeyValid":true},"order":{"id":"order","barcodeInNote":false,"conceptShipments":true,"emptyDigitalStampWeight":0,"emptyMailboxWeight":0,"emptyParcelWeight":0,"emptyPackageSmallWeight":0,"orderMode":false,"processDirectly":"1","saveCustomerAddress":false,"sendNotificationAfter":-1,"sendReturnEmail":false,"shareCustomerInformation":true,"statusOnLabelCreate":"status_3","statusWhenDelivered":"status_5","statusWhenLabelScanned":-1,"trackTraceInAccount":false,"trackTraceInEmail":false},"label":{"id":"label","description":"[ORDER_ID] [ORDER_ID]","format":"a6","output":"open","position":3,"directPrint":false,"printerGroupId":"","prompt":true},"customs":{"id":"customs","countryOfOrigin":"DE","customsCode":"1234","packageContents":"1"},"checkout":{"id":"checkout","allowedShippingMethods":[],"deliveryOptionsHeader":"delivery options here","allowPickupLocationsViewSelection":true,"priceType":"surcharge","enableDeliveryOptions":true,"enableDeliveryOptionsWhenNotInStock":true,"useSeparateAddressFields":true,"showTaxFields":true,"enableAddressWidget":false,"closedDays":[],"excludeParcelLockers":false},"carrier":{"*":{"id":"*","allowDeliveryOptions":true,"allowStandardDelivery":false,"allowEveningDelivery":true,"allowMondayDelivery":true,"allowMorningDelivery":true,"allowOnlyRecipient":true,"allowExpressDelivery":false,"allowPickupLocations":true,"allowSameDayDelivery":true,"allowSaturdayDelivery":true,"allowSignature":true,"cutoffTime":"17:00","cutoffTimeSameDay":"09:00","defaultPackageType":"package","deliveryDaysWindow":7,"deliveryOptionsEnabled":true,"deliveryOptionsEnabledForBackorders":false,"digitalStampDefaultWeight":0,"dropOffDelay":0,"dropOffPossibilities":{"dropOffDays":[{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":1},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":2},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":3},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":4},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":5},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":6},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":0}],"dropOffDaysDeviations":[]},"exportAgeCheck":false,"exportHideSender":false,"exportInsurance":false,"exportInsuranceFromAmount":0,"exportInsurancePricePercentage":100,"exportInsuranceUpTo":0,"exportInsuranceUpToEu":0,"exportInsuranceUpToRow":0,"exportInsuranceUpToUnique":0,"exportLargeFormat":false,"exportOnlyRecipient":false,"exportReceiptCode":false,"exportReturn":false,"exportReturnLargeFormat":false,"exportReturnPackageType":"package","exportSignature":false,"exportTracked":false,"exportCollect":false,"exportFreshFood":false,"exportFrozen":false,"priceDeliveryTypeEvening":0,"priceDeliveryTypeMonday":0,"priceDeliveryTypeMorning":0,"priceDeliveryTypePickup":0,"priceDeliveryTypeSameDay":0,"priceDeliveryTypeSaturday":0,"priceDeliveryTypeStandard":0,"priceOnlyRecipient":0,"pricePackageTypeDigitalStamp":0,"pricePackageTypeMailbox":0,"pricePackageTypePackageSmall":0,"priceSignature":0,"allowInternationalMailbox":false,"priceInternationalMailbox":0,"priceCollect":0,"priceDeliveryTypeExpress":0},"postnl":{"id":"postnl","allowDeliveryOptions":true,"allowStandardDelivery":false,"allowEveningDelivery":true,"allowMondayDelivery":true,"allowMorningDelivery":true,"allowOnlyRecipient":true,"allowExpressDelivery":false,"allowPickupLocations":true,"allowSameDayDelivery":false,"allowSaturdayDelivery":true,"allowSignature":true,"cutoffTime":"16:00","cutoffTimeSameDay":"10:00","defaultPackageType":"letter","deliveryDaysWindow":3,"deliveryOptionsEnabled":false,"deliveryOptionsEnabledForBackorders":false,"digitalStampDefaultWeight":0,"dropOffDelay":2,"dropOffPossibilities":{"dropOffDays":[{"cutoffTime":"16:07:00","dispatch":false,"sameDayCutoffTime":"10:00","weekday":0},{"cutoffTime":"16:01:00","dispatch":true,"sameDayCutoffTime":"10:00","weekday":1},{"cutoffTime":"16:02:00","dispatch":true,"sameDayCutoffTime":"10:00","weekday":2},{"cutoffTime":"16:03:00","dispatch":true,"sameDayCutoffTime":"10:00","weekday":3},{"cutoffTime":"16:04:00","dispatch":true,"sameDayCutoffTime":"10:00","weekday":4},{"cutoffTime":"16:05:00","dispatch":true,"sameDayCutoffTime":"10:00","weekday":5},{"cutoffTime":"16:06:00","dispatch":false,"sameDayCutoffTime":"10:00","weekday":6}],"dropOffDaysDeviations":[{"cutoffTime":"10:00","date":"2023-10-27 00:00:00","dispatch":false,"weekday":5},{"date":"2023-10-29 00:00:00","dispatch":false,"weekday":0},{"date":"2023-10-30 00:00:00","dispatch":false,"weekday":1}]},"exportAgeCheck":true,"exportHideSender":false,"exportInsurance":true,"exportInsuranceFromAmount":100,"exportInsurancePricePercentage":100,"exportInsuranceUpTo":5000000,"exportInsuranceUpToEu":1000000,"exportInsuranceUpToRow":0,"exportInsuranceUpToUnique":2000000,"exportLargeFormat":true,"exportOnlyRecipient":true,"exportReceiptCode":false,"exportReturn":true,"exportReturnLargeFormat":false,"exportReturnPackageType":"package","exportSignature":true,"exportTracked":false,"exportCollect":false,"exportFreshFood":false,"exportFrozen":false,"priceDeliveryTypeEvening":249,"priceDeliveryTypeMonday":229,"priceDeliveryTypeMorning":219,"priceDeliveryTypePickup":-100,"priceDeliveryTypeSameDay":0,"priceDeliveryTypeSaturday":299,"priceDeliveryTypeStandard":0,"priceOnlyRecipient":99,"pricePackageTypeDigitalStamp":0,"pricePackageTypeMailbox":0,"pricePackageTypePackageSmall":0,"priceSignature":59,"allowInternationalMailbox":false,"priceInternationalMailbox":0,"priceCollect":0,"priceDeliveryTypeExpress":0},"dpd":{"id":"dpd","allowDeliveryOptions":true,"allowStandardDelivery":false,"allowEveningDelivery":true,"allowMondayDelivery":true,"allowMorningDelivery":true,"allowOnlyRecipient":true,"allowExpressDelivery":false,"allowPickupLocations":true,"allowSameDayDelivery":true,"allowSaturdayDelivery":true,"allowSignature":true,"cutoffTime":"17:00","cutoffTimeSameDay":"09:00","defaultPackageType":"package","deliveryDaysWindow":7,"deliveryOptionsEnabled":true,"deliveryOptionsEnabledForBackorders":false,"digitalStampDefaultWeight":0,"dropOffDelay":0,"dropOffPossibilities":{"dropOffDays":[{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":1},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":2},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":3},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":4},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":5},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":6},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":0}],"dropOffDaysDeviations":[]},"exportAgeCheck":false,"exportHideSender":false,"exportInsurance":false,"exportInsuranceFromAmount":0,"exportInsurancePricePercentage":100,"exportInsuranceUpTo":0,"exportInsuranceUpToEu":0,"exportInsuranceUpToRow":0,"exportInsuranceUpToUnique":0,"exportLargeFormat":false,"exportOnlyRecipient":false,"exportReceiptCode":false,"exportReturn":false,"exportReturnLargeFormat":false,"exportReturnPackageType":"package","exportSignature":false,"exportTracked":false,"exportCollect":false,"exportFreshFood":false,"exportFrozen":false,"priceDeliveryTypeEvening":0,"priceDeliveryTypeMonday":0,"priceDeliveryTypeMorning":0,"priceDeliveryTypePickup":0,"priceDeliveryTypeSameDay":0,"priceDeliveryTypeSaturday":0,"priceDeliveryTypeStandard":0,"priceOnlyRecipient":0,"pricePackageTypeDigitalStamp":0,"pricePackageTypeMailbox":0,"pricePackageTypePackageSmall":0,"priceSignature":0,"allowInternationalMailbox":false,"priceInternationalMailbox":0,"priceCollect":0,"priceDeliveryTypeExpress":0},"dhlforyou":{"id":"dhlforyou","allowDeliveryOptions":false,"allowStandardDelivery":false,"allowEveningDelivery":false,"allowMondayDelivery":false,"allowMorningDelivery":false,"allowOnlyRecipient":true,"allowExpressDelivery":false,"allowPickupLocations":true,"allowSameDayDelivery":false,"allowSaturdayDelivery":true,"allowSignature":true,"cutoffTime":"16:00","cutoffTimeSameDay":"10:00","defaultPackageType":"mailbox","deliveryDaysWindow":-1,"deliveryOptionsEnabled":false,"deliveryOptionsEnabledForBackorders":false,"digitalStampDefaultWeight":0,"dropOffDelay":0,"dropOffPossibilities":{"dropOffDays":[{"cutoffTime":"17:00","dispatch":false,"sameDayCutoffTime":"10:00","weekday":0},{"cutoffTime":"17:00","dispatch":false,"sameDayCutoffTime":"10:00","weekday":1},{"cutoffTime":"17:00","dispatch":false,"sameDayCutoffTime":"10:00","weekday":2},{"cutoffTime":"17:00","dispatch":false,"sameDayCutoffTime":"10:00","weekday":3},{"cutoffTime":"17:00","dispatch":false,"sameDayCutoffTime":"10:00","weekday":4},{"cutoffTime":"17:00","dispatch":false,"sameDayCutoffTime":"10:00","weekday":5},{"cutoffTime":"14:00:00","dispatch":false,"sameDayCutoffTime":"10:00","weekday":6}],"dropOffDaysDeviations":[]},"exportAgeCheck":false,"exportHideSender":false,"exportInsurance":false,"exportInsuranceFromAmount":0,"exportInsurancePricePercentage":100,"exportInsuranceUpTo":0,"exportInsuranceUpToEu":0,"exportInsuranceUpToRow":0,"exportInsuranceUpToUnique":0,"exportLargeFormat":true,"exportOnlyRecipient":false,"exportReceiptCode":false,"exportReturn":false,"exportReturnLargeFormat":true,"exportReturnPackageType":"mailbox","exportSignature":false,"exportTracked":false,"exportCollect":false,"exportFreshFood":false,"exportFrozen":false,"priceDeliveryTypeEvening":200,"priceDeliveryTypeMonday":180,"priceDeliveryTypeMorning":230,"priceDeliveryTypePickup":0,"priceDeliveryTypeSameDay":0,"priceDeliveryTypeSaturday":300,"priceDeliveryTypeStandard":0,"priceOnlyRecipient":90,"pricePackageTypeDigitalStamp":0,"pricePackageTypeMailbox":0,"pricePackageTypePackageSmall":0,"priceSignature":40,"allowInternationalMailbox":false,"priceInternationalMailbox":0,"priceCollect":0,"priceDeliveryTypeExpress":0},"dhlparcelconnect":{"id":"dhlparcelconnect","allowDeliveryOptions":true,"allowStandardDelivery":false,"allowEveningDelivery":true,"allowMondayDelivery":true,"allowMorningDelivery":true,"allowOnlyRecipient":true,"allowExpressDelivery":false,"allowPickupLocations":true,"allowSameDayDelivery":true,"allowSaturdayDelivery":true,"allowSignature":true,"cutoffTime":"17:00","cutoffTimeSameDay":"09:00","defaultPackageType":"package","deliveryDaysWindow":7,"deliveryOptionsEnabled":true,"deliveryOptionsEnabledForBackorders":false,"digitalStampDefaultWeight":0,"dropOffDelay":0,"dropOffPossibilities":{"dropOffDays":[{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":1},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":2},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":3},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":4},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":5},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":6},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":0}],"dropOffDaysDeviations":[]},"exportAgeCheck":false,"exportHideSender":false,"exportInsurance":false,"exportInsuranceFromAmount":0,"exportInsurancePricePercentage":100,"exportInsuranceUpTo":0,"exportInsuranceUpToEu":0,"exportInsuranceUpToRow":0,"exportInsuranceUpToUnique":0,"exportLargeFormat":false,"exportOnlyRecipient":false,"exportReceiptCode":false,"exportReturn":false,"exportReturnLargeFormat":false,"exportReturnPackageType":"package","exportSignature":false,"exportTracked":false,"exportCollect":false,"exportFreshFood":false,"exportFrozen":false,"priceDeliveryTypeEvening":0,"priceDeliveryTypeMonday":0,"priceDeliveryTypeMorning":0,"priceDeliveryTypePickup":0,"priceDeliveryTypeSameDay":0,"priceDeliveryTypeSaturday":0,"priceDeliveryTypeStandard":0,"priceOnlyRecipient":0,"pricePackageTypeDigitalStamp":0,"pricePackageTypeMailbox":0,"pricePackageTypePackageSmall":0,"priceSignature":0,"allowInternationalMailbox":false,"priceInternationalMailbox":0,"priceCollect":0,"priceDeliveryTypeExpress":0},"dhleuroplus":{"id":"dhleuroplus","allowDeliveryOptions":true,"allowStandardDelivery":false,"allowEveningDelivery":true,"allowMondayDelivery":true,"allowMorningDelivery":true,"allowOnlyRecipient":true,"allowExpressDelivery":false,"allowPickupLocations":true,"allowSameDayDelivery":true,"allowSaturdayDelivery":true,"allowSignature":true,"cutoffTime":"17:00","cutoffTimeSameDay":"09:00","defaultPackageType":"package","deliveryDaysWindow":7,"deliveryOptionsEnabled":true,"deliveryOptionsEnabledForBackorders":false,"digitalStampDefaultWeight":0,"dropOffDelay":0,"dropOffPossibilities":{"dropOffDays":[{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":1},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":2},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":3},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":4},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":5},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":6},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":0}],"dropOffDaysDeviations":[]},"exportAgeCheck":false,"exportHideSender":false,"exportInsurance":false,"exportInsuranceFromAmount":0,"exportInsurancePricePercentage":100,"exportInsuranceUpTo":0,"exportInsuranceUpToEu":0,"exportInsuranceUpToRow":0,"exportInsuranceUpToUnique":0,"exportLargeFormat":false,"exportOnlyRecipient":false,"exportReceiptCode":false,"exportReturn":false,"exportReturnLargeFormat":false,"exportReturnPackageType":"package","exportSignature":false,"exportTracked":false,"exportCollect":false,"exportFreshFood":false,"exportFrozen":false,"priceDeliveryTypeEvening":0,"priceDeliveryTypeMonday":0,"priceDeliveryTypeMorning":0,"priceDeliveryTypePickup":0,"priceDeliveryTypeSameDay":0,"priceDeliveryTypeSaturday":0,"priceDeliveryTypeStandard":0,"priceOnlyRecipient":0,"pricePackageTypeDigitalStamp":0,"pricePackageTypeMailbox":0,"pricePackageTypePackageSmall":0,"priceSignature":0,"allowInternationalMailbox":false,"priceInternationalMailbox":0,"priceCollect":0,"priceDeliveryTypeExpress":0},"upsstandard":{"id":"upsstandard","allowDeliveryOptions":true,"allowStandardDelivery":false,"allowEveningDelivery":true,"allowMondayDelivery":true,"allowMorningDelivery":true,"allowOnlyRecipient":true,"allowExpressDelivery":false,"allowPickupLocations":true,"allowSameDayDelivery":true,"allowSaturdayDelivery":true,"allowSignature":true,"cutoffTime":"17:00","cutoffTimeSameDay":"09:00","defaultPackageType":"package","deliveryDaysWindow":7,"deliveryOptionsEnabled":true,"deliveryOptionsEnabledForBackorders":false,"digitalStampDefaultWeight":0,"dropOffDelay":0,"dropOffPossibilities":{"dropOffDays":[{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":1},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":2},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":3},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":4},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":5},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":6},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":0}],"dropOffDaysDeviations":[]},"exportAgeCheck":false,"exportHideSender":false,"exportInsurance":false,"exportInsuranceFromAmount":0,"exportInsurancePricePercentage":100,"exportInsuranceUpTo":0,"exportInsuranceUpToEu":0,"exportInsuranceUpToRow":0,"exportInsuranceUpToUnique":0,"exportLargeFormat":false,"exportOnlyRecipient":false,"exportReceiptCode":false,"exportReturn":false,"exportReturnLargeFormat":false,"exportReturnPackageType":"package","exportSignature":false,"exportTracked":false,"exportCollect":false,"exportFreshFood":false,"exportFrozen":false,"priceDeliveryTypeEvening":0,"priceDeliveryTypeMonday":0,"priceDeliveryTypeMorning":0,"priceDeliveryTypePickup":0,"priceDeliveryTypeSameDay":0,"priceDeliveryTypeSaturday":0,"priceDeliveryTypeStandard":0,"priceOnlyRecipient":0,"pricePackageTypeDigitalStamp":0,"pricePackageTypeMailbox":0,"pricePackageTypePackageSmall":0,"priceSignature":0,"allowInternationalMailbox":false,"priceInternationalMailbox":0,"priceCollect":0,"priceDeliveryTypeExpress":0},"upsexpresssaver":{"id":"upsexpresssaver","allowDeliveryOptions":true,"allowStandardDelivery":false,"allowEveningDelivery":true,"allowMondayDelivery":true,"allowMorningDelivery":true,"allowOnlyRecipient":true,"allowExpressDelivery":false,"allowPickupLocations":true,"allowSameDayDelivery":true,"allowSaturdayDelivery":true,"allowSignature":true,"cutoffTime":"17:00","cutoffTimeSameDay":"09:00","defaultPackageType":"package","deliveryDaysWindow":7,"deliveryOptionsEnabled":true,"deliveryOptionsEnabledForBackorders":false,"digitalStampDefaultWeight":0,"dropOffDelay":0,"dropOffPossibilities":{"dropOffDays":[{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":1},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":2},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":3},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":4},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":5},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":6},{"cutoffTime":"17:00:00","dispatch":true,"sameDayCutoffTime":"09:00:00","weekday":0}],"dropOffDaysDeviations":[]},"exportAgeCheck":false,"exportHideSender":false,"exportInsurance":false,"exportInsuranceFromAmount":0,"exportInsurancePricePercentage":100,"exportInsuranceUpTo":0,"exportInsuranceUpToEu":0,"exportInsuranceUpToRow":0,"exportInsuranceUpToUnique":0,"exportLargeFormat":false,"exportOnlyRecipient":false,"exportReceiptCode":false,"exportReturn":false,"exportReturnLargeFormat":false,"exportReturnPackageType":"package","exportSignature":false,"exportTracked":false,"exportCollect":false,"exportFreshFood":false,"exportFrozen":false,"priceDeliveryTypeEvening":0,"priceDeliveryTypeMonday":0,"priceDeliveryTypeMorning":0,"priceDeliveryTypePickup":0,"priceDeliveryTypeSameDay":0,"priceDeliveryTypeSaturday":0,"priceDeliveryTypeStandard":0,"priceOnlyRecipient":0,"pricePackageTypeDigitalStamp":0,"pricePackageTypeMailbox":0,"pricePackageTypePackageSmall":0,"priceSignature":0,"allowInternationalMailbox":false,"priceInternationalMailbox":0,"priceCollect":0,"priceDeliveryTypeExpress":0}}}".

Snapshots can be updated by passing `-d --update-snapshots` through PHPUnit's CLI arguments.
--- Expected
+++ Actual
@@ @@
             "allowMorningDelivery": true,
             "allowOnlyRecipient": true,
             "allowPickupLocations": true,
+            "allowPriorityDelivery": false,
             "allowSameDayDelivery": true,
             "allowSaturdayDelivery": true,
             "allowSignature": true,
@@ @@
             "pricePackageTypeDigitalStamp": 0,
             "pricePackageTypeMailbox": 0,
             "pricePackageTypePackageSmall": 0,
+            "pricePriorityDelivery": 0,
             "priceSignature": 0
         },
         "dhleuroplus": {
@@ @@
             "allowMorningDelivery": true,
             "allowOnlyRecipient": true,
             "allowPickupLocations": true,
+            "allowPriorityDelivery": false,
             "allowSameDayDelivery": true,
             "allowSaturdayDelivery": true,
             "allowSignature": true,
@@ @@
             "pricePackageTypeDigitalStamp": 0,
             "pricePackageTypeMailbox": 0,
             "pricePackageTypePackageSmall": 0,
+            "pricePriorityDelivery": 0,
             "priceSignature": 0
         },
         "dhlforyou": {
@@ @@
             "allowMorningDelivery": false,
             "allowOnlyRecipient": true,
             "allowPickupLocations": true,
+            "allowPriorityDelivery": false,
             "allowSameDayDelivery": false,
             "allowSaturdayDelivery": true,
             "allowSignature": true,
@@ @@
             "pricePackageTypeDigitalStamp": 0,
             "pricePackageTypeMailbox": 0,
             "pricePackageTypePackageSmall": 0,
+            "pricePriorityDelivery": 0,
             "priceSignature": 40
         },
         "dhlparcelconnect": {
@@ @@
             "allowMorningDelivery": true,
             "allowOnlyRecipient": true,
             "allowPickupLocations": true,
+            "allowPriorityDelivery": false,
             "allowSameDayDelivery": true,
             "allowSaturdayDelivery": true,
             "allowSignature": true,
@@ @@
             "pricePackageTypeDigitalStamp": 0,
             "pricePackageTypeMailbox": 0,
             "pricePackageTypePackageSmall": 0,
+            "pricePriorityDelivery": 0,
             "priceSignature": 0
         },
         "dpd": {
@@ @@
             "allowMorningDelivery": true,
             "allowOnlyRecipient": true,
             "allowPickupLocations": true,
+            "allowPriorityDelivery": false,
             "allowSameDayDelivery": true,
             "allowSaturdayDelivery": true,
             "allowSignature": true,
@@ @@
             "pricePackageTypeDigitalStamp": 0,
             "pricePackageTypeMailbox": 0,
             "pricePackageTypePackageSmall": 0,
+            "pricePriorityDelivery": 0,
             "priceSignature": 0
         },
         "postnl": {
@@ @@
             "allowMorningDelivery": true,
             "allowOnlyRecipient": true,
             "allowPickupLocations": true,
+            "allowPriorityDelivery": false,
             "allowSameDayDelivery": false,
             "allowSaturdayDelivery": true,
             "allowSignature": true,
@@ @@
             "pricePackageTypeDigitalStamp": 0,
             "pricePackageTypeMailbox": 0,
             "pricePackageTypePackageSmall": 0,
+            "pricePriorityDelivery": 0,
             "priceSignature": 59
         },
         "upsexpresssaver": {
@@ @@
             "allowMorningDelivery": true,
             "allowOnlyRecipient": true,
             "allowPickupLocations": true,
+            "allowPriorityDelivery": false,
             "allowSameDayDelivery": true,
             "allowSaturdayDelivery": true,
             "allowSignature": true,
@@ @@
             "pricePackageTypeDigitalStamp": 0,
             "pricePackageTypeMailbox": 0,
             "pricePackageTypePackageSmall": 0,
+            "pricePriorityDelivery": 0,
             "priceSignature": 0
         },
         "upsstandard": {
@@ @@
             "allowMorningDelivery": true,
             "allowOnlyRecipient": true,
             "allowPickupLocations": true,
+            "allowPriorityDelivery": false,
             "allowSameDayDelivery": true,
             "allowSaturdayDelivery": true,
             "allowSignature": true,
@@ @@
             "pricePackageTypeDigitalStamp": 0,
             "pricePackageTypeMailbox": 0,
             "pricePackageTypePackageSmall": 0,
+            "pricePriorityDelivery": 0,
             "priceSignature": 0
         }
     },

.../src/Drivers/JsonDriver.php:35
.../phpunit-snapshot-assertions/src/Snapshot.php:55
.../phpunit-snapshot-assertions/src/MatchesSnapshots.php:187
.../phpunit-snapshot-assertions/src/MatchesSnapshots.php:56
.../phpunit-snapshot-assertions/src/MatchesSnapshots.php:93
.../src/Support/Reflection.php:38
.../src/Support/HigherOrderMessage.php:95
.../src/Support/HigherOrderTapProxy.php:81
.../pest-plugin-snapshots/src/Functions.php:31
.../Migration/Pdk/PdkSettingsMigrationTest.php:199
.../src/Factories/TestCaseFactory.php:151
.../src/Concerns/Testable.php:301
.../src/Support/ExceptionTrace.php:29
.../src/Concerns/Testable.php:302
.../src/Concerns/Testable.php:278
.../src/Console/Command.php:119
.../pest/bin/pest:61
.../pest/bin/pest:62
Tests.Unit.Pdk.Order.Repository.PdkOrderRepositoryTest::it creates a valid pdk order with data set "simple order"

Flake rate in main: 15.00% (Passed 17 times, Failed 3 times)

Stack Traces | 0.0652s run time
.../Order/Repository/PdkOrderRepositoryTest.php::it creates a valid pdk order with data set "simple order"
Failed asserting that '{"externalIdentifier":"1","referenceIdentifier":"PrestaShop: 1","deliveryOptions":{"carrier":{"externalIdentifier":"POSTNL","id":1,"name":"POSTNL","enabled":true,"isDefault":true,"optional":false,"primary":false,"type":"main","deliveryOptions":{"addressFields":["postalCode","street","city"],"availableFeatures":["deliveryDaysWindow","dropOffDays","dropOffDelay","pickupMapAllowLoadMore"],"shipmentOptionsPerPackageType":{"package":["only_recipient","signature"],"mailbox":["priority_delivery"],"letter":[],"digital_stamp":[],"package_small":["only_recipient","signature"]},"allowFakeDelivery":true}},"labelAmount":1,"shipmentOptions":{"insurance":-1,"ageCheck":-1,"return":-1,"hideSender":-1,"largeFormat":-1,"onlyRecipient":-1,"priorityDelivery":-1,"receiptCode":-1,"sameDayDelivery":-1,"signature":-1,"tracked":-1,"collect":-1,"excludeParcelLockers":-1,"freshFood":-1,"frozen":-1},"deliveryType":"standard","packageType":"package"},"billingAddress":{"city":"Hoofddorp","postalCode":"2132JE","street":"Antareslaan 31 (Billing)","streetAdditionalInfo":"(Billing)","person":"Meredith Mailbox"},"shippingAddress":{"city":"Hoofddorp","postalCode":"2132JE","street":"Antareslaan 31","person":"Meredith Mailbox"},"shipments":[],"physicalProperties":{"initialWeight":0,"manualWeight":-1,"totalWeight":0},"lines":[],"notes":[],"exported":false,"shipmentPrice":0,"shipmentPriceAfterVat":0,"shipmentVat":0,"orderPrice":0,"orderPriceAfterVat":0,"orderVat":0,"totalPrice":0,"totalVat":0,"totalPriceAfterVat":0}' matches JSON string "{"externalIdentifier":"1","referenceIdentifier":"PrestaShop: 1","deliveryOptions":{"carrier":{"externalIdentifier":"POSTNL","id":1,"name":"POSTNL","enabled":true,"isDefault":true,"optional":false,"primary":false,"type":"main","deliveryOptions":{"addressFields":["postalCode","street","city"],"availableFeatures":["deliveryDaysWindow","dropOffDays","dropOffDelay","pickupMapAllowLoadMore"],"shipmentOptionsPerPackageType":{"package":["only_recipient","signature"],"mailbox":["priority_delivery"],"letter":[],"digital_stamp":[],"package_small":["only_recipient","signature"]},"allowFakeDelivery":true}},"labelAmount":1,"shipmentOptions":{"insurance":-1,"ageCheck":-1,"return":-1,"hideSender":-1,"largeFormat":-1,"onlyRecipient":-1,"receiptCode":-1,"sameDayDelivery":-1,"signature":-1,"tracked":-1,"collect":-1,"excludeParcelLockers":-1,"freshFood":-1,"frozen":-1},"deliveryType":"standard","packageType":"package"},"billingAddress":{"city":"Hoofddorp","postalCode":"2132JE","street":"Antareslaan 31 (Billing)","streetAdditionalInfo":"(Billing)","person":"Meredith Mailbox"},"shippingAddress":{"city":"Hoofddorp","postalCode":"2132JE","street":"Antareslaan 31","person":"Meredith Mailbox"},"shipments":[],"physicalProperties":{"initialWeight":0,"manualWeight":-1,"totalWeight":0},"lines":[],"notes":[],"exported":false,"shipmentPrice":0,"shipmentPriceAfterVat":0,"shipmentVat":0,"orderPrice":0,"orderPriceAfterVat":0,"orderVat":0,"totalPrice":0,"totalVat":0,"totalPriceAfterVat":0}".

Snapshots can be updated by passing `-d --update-snapshots` through PHPUnit's CLI arguments.
--- Expected
+++ Actual
@@ @@
             "insurance": -1,
             "largeFormat": -1,
             "onlyRecipient": -1,
+            "priorityDelivery": -1,
             "receiptCode": -1,
             "return": -1,
             "sameDayDelivery": -1,

.../src/Drivers/JsonDriver.php:35
.../phpunit-snapshot-assertions/src/Snapshot.php:55
.../phpunit-snapshot-assertions/src/MatchesSnapshots.php:187
.../phpunit-snapshot-assertions/src/MatchesSnapshots.php:56
.../phpunit-snapshot-assertions/src/MatchesSnapshots.php:93
.../src/Support/Reflection.php:38
.../src/Support/HigherOrderMessage.php:95
.../src/Support/HigherOrderTapProxy.php:81
.../pest-plugin-snapshots/src/Functions.php:31
.../Order/Repository/PdkOrderRepositoryTest.php:35
.../src/Factories/TestCaseFactory.php:151
.../src/Concerns/Testable.php:301
.../src/Support/ExceptionTrace.php:29
.../src/Concerns/Testable.php:302
.../src/Concerns/Testable.php:278
.../src/Console/Command.php:119
.../pest/bin/pest:61
.../pest/bin/pest:62

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

@FreekVR
FreekVR force-pushed the main branch 2 times, most recently from ec8abf1 to e2ffc92 Compare February 17, 2026 09:09
@dependabot @github

dependabot Bot commented on behalf of github Jul 16, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #591.

@dependabot dependabot Bot closed this Jul 16, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/vite-7.3.1 branch July 16, 2026 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates javascript

Development

Successfully merging this pull request may close these issues.

0 participants