Skip to content

Commit

Permalink
Test: Bidder accepted currency functionality (#3417)
Browse files Browse the repository at this point in the history
  • Loading branch information
marki1an authored Sep 3, 2024
1 parent af2dd2b commit d9d1bfe
Show file tree
Hide file tree
Showing 2 changed files with 255 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ enum BidRejectionReason {
REQUEST_BLOCKED_UNSUPPORTED_CHANNEL(201),
REQUEST_BLOCKED_UNSUPPORTED_MEDIA_TYPE(202),
REQUEST_BLOCKED_PRIVACY(204),
REQUEST_BLOCKED_UNACCEPTABLE_CURRENCY(205),

RESPONSE_REJECTED_GENERAL(300),
RESPONSE_REJECTED_DUE_TO_PRICE_FLOOR(301),
Expand Down
Loading

0 comments on commit d9d1bfe

Please sign in to comment.