Skip to content

Commit

Permalink
Revert "hotfix: get offices"
Browse files Browse the repository at this point in the history
This reverts commit 44b8376.
  • Loading branch information
DEMAxx committed Oct 9, 2024
1 parent 8b91b15 commit d400acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UI/CheckoutMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function __invoke($shippingMethodCurrent): void

$points = $city !== -1 ? $api->getOffices([
'city_code' => $city,
])->body() : '[]';
]) : '[]';

$mapAutoClose = CheckoutHelper::getMapAutoClose();

Expand Down

0 comments on commit d400acf

Please sign in to comment.