Skip to content

Commit

Permalink
remove omitempty tag from AmountAllocations's amount field (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
borosr authored Dec 14, 2023
1 parent db5fd6a commit 077cb8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ type (

AmountAllocations struct {
Id string `json:"id,omitempty"`
Amount int64 `json:"amount,omitempty"`
Amount int64 `json:"amount"`
Reference string `json:"reference,omitempty"`
Commission *Commission `json:"commission,omitempty"`
}
Expand Down

0 comments on commit 077cb8e

Please sign in to comment.