Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0c99855748 |
@@ -11,6 +11,8 @@ type GetBasketResponse struct {
|
|||||||
State string `json:"state"`
|
State string `json:"state"`
|
||||||
CreatedAt time.Duration `json:"created_at"`
|
CreatedAt time.Duration `json:"created_at"`
|
||||||
UpdatedAt time.Duration `json:"updated_at"`
|
UpdatedAt time.Duration `json:"updated_at"`
|
||||||
|
|
||||||
|
Error string `json:"error"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type GetBasketItemsRequest struct {
|
type GetBasketItemsRequest struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user