Skip to content

Commit

Permalink
hotfix: get offices
Browse files Browse the repository at this point in the history
  • Loading branch information
DEMAxx committed Oct 8, 2024
1 parent 456ae25 commit 44b8376
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 44b8376

Please sign in to comment.