Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Kulkov committed Jul 29, 2023
1 parent 63207c6 commit 788ffb9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dto.go
Original file line number Diff line number Diff line change
Expand Up @@ -254,10 +254,10 @@ func (in ReceiptIn) path() string { return "/v1/receipt" }
func (in ReceiptIn) out() (_ ReceiptOut) { return }

type Brand struct {
Description string `json:"description"`
ID int64 `json:"id"`
Image string `json:"image"`
Name string `json:"name"`
Description string `json:"description"`
Id int64 `json:"id"`
Image *string `json:"image"`
Name string `json:"name"`
}

type Receipt struct {
Expand Down

0 comments on commit 788ffb9

Please sign in to comment.