File tree Expand file tree Collapse file tree
main/java/org/prebid/server/bidder/gotthamads
test/java/org/prebid/server/bidder/gothamads Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public class GothamAdsBidder implements Bidder<BidRequest> {
3434
3535 private static final TypeReference <ExtPrebid <?, GothamAdsImpExt >> TYPE_REFERENCE = new TypeReference <>() {
3636 };
37- private static final String ACCOUNT_ID_MACRO = "{{AccountId }}" ;
37+ private static final String ACCOUNT_ID_MACRO = "{{AccountID }}" ;
3838 private static final String X_OPENRTB_VERSION = "2.5" ;
3939
4040 private final String endpointUrl ;
Original file line number Diff line number Diff line change 4646
4747public class GothamAdsBidderTest extends VertxTest {
4848
49- private static final String ENDPOINT_URL = "https://test-url.com/?pass={{AccountId }}" ;
49+ private static final String ENDPOINT_URL = "https://test-url.com/?pass={{AccountID }}" ;
5050
5151 private final GothamAdsBidder target = new GothamAdsBidder (ENDPOINT_URL , jacksonMapper );
5252
You can’t perform that action at this time.
0 commit comments