Skip to content

Commit

Permalink
PIPRES-495 fixed multi shop order state
Browse files Browse the repository at this point in the history
  • Loading branch information
GytisZum committed Dec 10, 2024
1 parent 4ec585c commit d59c161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Install/OrderStateInstaller.php
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ private function updateStateConfiguration(string $key, OrderState $orderState):
{
$shops = \Shop::getShops();
foreach ($shops as $shop) {
$this->configurationAdapter->updateValue($key, (int) $orderState->id, false, null, (int) $shop['id_shop']);
$this->configurationAdapter->updateValue($key, (int) $orderState->id, (int) $shop['id_shop']);
}
}
}

0 comments on commit d59c161

Please sign in to comment.