Skip to content

Commit

Permalink
Core: Rename Response Correction Hook (prebid#3468)
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoxaAntoxic authored and sergseven committed Dec 23, 2024
1 parent 4b69848 commit b9ef357
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

public class ResponseCorrectionAllProcessedBidResponsesHook implements AllProcessedBidResponsesHook {

private static final String CODE = "pb-response-correction-all-processed-bid-responses-hook";
private static final String CODE = "pb-response-correction-all-processed-bid-responses";

private final ResponseCorrectionProvider responseCorrectionProvider;
private final ObjectMapper mapper;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import org.prebid.server.functional.model.ModuleName
enum ModuleHookImplementation {

PB_RICHMEDIA_FILTER_ALL_PROCESSED_RESPONSES("pb-richmedia-filter-all-processed-bid-responses-hook"),
RESPONSE_CORRECTION_ALL_PROCESSED_RESPONSES("pb-response-correction-all-processed-bid-responses-hook"),
RESPONSE_CORRECTION_ALL_PROCESSED_RESPONSES("pb-response-correction-all-processed-bid-responses"),
ORTB2_BLOCKING_BIDDER_REQUEST("ortb2-blocking-bidder-request"),
ORTB2_BLOCKING_RAW_BIDDER_RESPONSE("ortb2-blocking-raw-bidder-response")

Expand Down

0 comments on commit b9ef357

Please sign in to comment.