basket update
This commit is contained in:
parent
2f71ff408d
commit
735f2d668c
@ -11,8 +11,6 @@ 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 {
|
||||||
@ -26,8 +24,6 @@ type GetBasketItemsResponse struct {
|
|||||||
Price float64 `json:"price"`
|
Price float64 `json:"price"`
|
||||||
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 BasketCheckoutRequest struct {
|
type BasketCheckoutRequest struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user