Skip to content

Commit

Permalink
Update rubiconBidAdapter.js (#3753)
Browse files Browse the repository at this point in the history
Prebid-Server expects price granularity param to be all lowercase,
Camel case causes it to not consider it.
  • Loading branch information
robertrmartinez authored Apr 16, 2019
1 parent cc2f394 commit f3244db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/rubiconBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export const spec = {
includewinners: true,
// includebidderkeys always false for openrtb
includebidderkeys: false,
priceGranularity: getPriceGranularity(config)
pricegranularity: getPriceGranularity(config)
}
}
}
Expand Down

0 comments on commit f3244db

Please sign in to comment.