Skip to content

Commit

Permalink
Id to ID
Browse files Browse the repository at this point in the history
Signed-off-by: IntBoat <intboat@gmail.com>
  • Loading branch information
IntBoat committed Jan 29, 2022
1 parent e00440d commit 725c3ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ordering_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ type MarketProduct struct {
}

type orderableAddons struct {
Id string `json:"id"`
ID string `json:"id"`
Name string `json:"name"`
Min int `json:"min"`
Max int `json:"max"`
Expand Down Expand Up @@ -80,7 +80,7 @@ type HostKey struct {
}

type transactionMeta struct {
Id string `json:"id"`
ID string `json:"id"`
Date time.Time `json:"date"`
Status string `json:"status"`
ServerNumber string `json:"server_number"`
Expand Down Expand Up @@ -127,7 +127,7 @@ type MarketTransaction struct {
type Transaction struct {
transactionMeta
Product struct {
Id string `json:"id"`
ID string `json:"id"`
productMeta
Location interface{} `json:"location"`
} `json:"product"`
Expand Down

0 comments on commit 725c3ee

Please sign in to comment.