Skip to content

Commit

Permalink
Merge branch 'next-37520/add-country-state-to-flow-data' into 'trunk'
Browse files Browse the repository at this point in the history
NEXT-37520 - Added country state to order data in flows

See merge request shopware/6/product/platform!14419
  • Loading branch information
jozsefdamokos committed Aug 7, 2024
2 parents f248f41 + 71045d0 commit 2f4d3a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Core/Content/Flow/Dispatching/Storer/OrderStorer.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ private function loadOrder(Criteria $criteria, Context $context, string $orderId
'deliveries.stateMachineState',
'currency',
'addresses.country',
'addresses.countryState',
'tags',
'documents',
]);
Expand Down

0 comments on commit 2f4d3a9

Please sign in to comment.