Skip to content

Commit

Permalink
remove omitempty tag from AmountAllocations's amount field
Browse files Browse the repository at this point in the history
  • Loading branch information
borosr committed Dec 8, 2023
1 parent db5fd6a commit 8a3aeb4
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 8a3aeb4

Please sign in to comment.