Skip to content

Commit

Permalink
AF-3683 added currencies: CHF and SEK (prebid#11923)
Browse files Browse the repository at this point in the history
  • Loading branch information
Goncakkd authored and DecayConstant committed Jul 18, 2024
1 parent fa9dafa commit 9429fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/visxBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const LOG_ERROR_MESS = {
onlyVideoInstream: `Only video ${VIDEO_INSTREAM} supported`,
videoMissing: 'Bid request videoType property is missing - '
};
const currencyWhiteList = ['EUR', 'USD', 'GBP', 'PLN'];
const currencyWhiteList = ['EUR', 'USD', 'GBP', 'PLN', 'CHF', 'SEK'];
export const storage = getStorageManager({bidderCode: BIDDER_CODE});
const _bidResponseTimeLogged = [];
export const spec = {
Expand Down

0 comments on commit 9429fed

Please sign in to comment.