Skip to content

Commit

Permalink
Fix notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Fagorym committed Dec 21, 2023
1 parent 57e12ed commit d43183a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public List<NotificationDto> getNotifications() {
public ResponseOrderDto enrichOrderData(@Nullable Long orderId) {
if (orderId != null) {
return orderApi.syncGetWithParams(
uriBuilder -> uriBuilder.path("id").queryParam("id", orderId).build(),
uriBuilder -> uriBuilder.path("/order/id").queryParam("id", orderId).build(),
new ParameterizedTypeReference<>() {
}
);
Expand Down

0 comments on commit d43183a

Please sign in to comment.