Skip to content

Commit

Permalink
COMMERCE-12003 Use current contextCompany
Browse files Browse the repository at this point in the history
  • Loading branch information
brianikim authored and brianchandotcom committed Jul 26, 2023
1 parent f0ce643 commit 156cfb3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ private void _addOrUpdateOptionValues(
}

_optionValueResource.setContextAcceptLanguage(contextAcceptLanguage);
_optionValueResource.setContextCompany(contextCompany);
_optionValueResource.setContextUriInfo(contextUriInfo);

for (OptionValue optionValue : optionValues) {
Expand Down

0 comments on commit 156cfb3

Please sign in to comment.