Skip to content

Commit

Permalink
f get api
Browse files Browse the repository at this point in the history
  • Loading branch information
michelevigilante committed Feb 28, 2025
1 parent 3244c0c commit e2b07ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ private Page<Currency> _getChannelCurrenciesPage(
searchContext -> {
int count =
_commerceChannelRelService.
getCommerceChannelCommerceCurrenciesCount(
getCommerceCurrencyCommerceChannelRelsCount(
commerceChannel.getCommerceChannelId(), null);

if (count > 0) {
Expand Down

0 comments on commit e2b07ca

Please sign in to comment.