Skip to content

Commit

Permalink
override default currency
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinGumGum committed Sep 17, 2024
1 parent 640b97c commit f481c0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion adapters/gumgum/gumgum.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,9 @@ func (g *adapter) MakeBids(internalRequest *openrtb2.BidRequest, externalRequest
})
}
}

if bidResp.Cur != "" {
bidResponse.Currency = bidResp.Cur
}
return bidResponse, errs
}

Expand Down

0 comments on commit f481c0d

Please sign in to comment.