Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Commit

Permalink
Merge pull request #12 from evgenigourvitch/nbr-field-zero-value-fix
Browse files Browse the repository at this point in the history
receive 0 values in nbr field correctly
  • Loading branch information
mxmCherry authored Aug 17, 2017
2 parents 00632a6 + cb0eab8 commit af5bbec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bid_response.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ type BidResponse struct {
// integer
// Description:
// Reason for not bidding. Refer to List 5.24.
NBR int8 `json:"nbr,omitempty"`
NBR *int8 `json:"nbr,omitempty"`

// Attribute:
// ext
Expand Down

0 comments on commit af5bbec

Please sign in to comment.