Skip to content

Commit

Permalink
Set Currency to bidResponse (prebid#2426)
Browse files Browse the repository at this point in the history
  • Loading branch information
cstoku authored Oct 21, 2022
1 parent 1a24029 commit cac1ff6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions adapters/yieldone/yieldone.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ func (a *YieldoneAdapter) MakeBids(internalRequest *openrtb2.BidRequest, externa
})
}
}
if bidResp.Cur != "" {
bidResponse.Currency = bidResp.Cur
}
return bidResponse, nil

}
Expand Down

0 comments on commit cac1ff6

Please sign in to comment.