Skip to content

Commit

Permalink
Fix opengento#115 guest export issue
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-kl1 committed Jan 5, 2022
1 parent debe2cc commit 50d8f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Controller/Guest/Export.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ protected function executeAction()
$resultRedirect->setRefererOrBaseUrl();

$this->actionContextBuilder->setParameters([
ArgumentReader::ENTITY_ID => (int) $this->currentOrder()->getCustomerId(),
ArgumentReader::ENTITY_ID => (int) $this->currentOrder()->getEntityId(),
ArgumentReader::ENTITY_TYPE => 'order'
]);

Expand Down

0 comments on commit 50d8f19

Please sign in to comment.