Skip to content

Commit

Permalink
ADTS-396
Browse files Browse the repository at this point in the history
  • Loading branch information
gg-natalia committed Oct 30, 2023
1 parent ab50e7b commit 243d5bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ private Imp modifyImp(Imp imp, ExtImpGumgum extImp) {
final ObjectNode productExt = mapper.mapper().createObjectNode().put(REQUEST_EXT_PRODUCT, product);
impBuilder.ext(productExt);
}

final Banner banner = imp.getBanner();
if (banner != null) {
final Banner resolvedBanner = resolveBanner(banner, extImp);
Expand Down

0 comments on commit 243d5bb

Please sign in to comment.