This repository has been archived by the owner on Dec 22, 2022. It is now read-only.
forked from prebid/prebid-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Currency support prebid#280 - step 1 (prebid#634)
This CL allows prebid server to reject any bids having a currency mismatch between allowed currencies in the bid request and the currency declared in bids. For the time being, if allowed currencies are not declared in bid request or in bid the currency is implicitly set to `USD` to prevent from any breaking changes. This CL includes: - Prebid server to reject bids having currency mistmatch Tnis CL doesn't include: - Changing the default currency (which is USD)
- Loading branch information
1 parent
e51fae1
commit 153f587
Showing
4 changed files
with
375 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.