Skip to content

Commit 725c3ee

Browse files
committed
Id to ID
Signed-off-by: IntBoat <intboat@gmail.com>
1 parent e00440d commit 725c3ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ordering_type.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ type MarketProduct struct {
3232
}
3333

3434
type orderableAddons struct {
35-
Id string `json:"id"`
35+
ID string `json:"id"`
3636
Name string `json:"name"`
3737
Min int `json:"min"`
3838
Max int `json:"max"`
@@ -80,7 +80,7 @@ type HostKey struct {
8080
}
8181

8282
type transactionMeta struct {
83-
Id string `json:"id"`
83+
ID string `json:"id"`
8484
Date time.Time `json:"date"`
8585
Status string `json:"status"`
8686
ServerNumber string `json:"server_number"`
@@ -127,7 +127,7 @@ type MarketTransaction struct {
127127
type Transaction struct {
128128
transactionMeta
129129
Product struct {
130-
Id string `json:"id"`
130+
ID string `json:"id"`
131131
productMeta
132132
Location interface{} `json:"location"`
133133
} `json:"product"`

0 commit comments

Comments
 (0)