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

Commit

Permalink
receive 0 values in nbr field correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Yevgeni Gurevitch committed Aug 17, 2017
1 parent bddaabd commit cb0eab8
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 cb0eab8

Please sign in to comment.