basket update

This commit is contained in:
Piotr Biernat 2022-12-22 17:33:58 +01:00
parent 0c99855748
commit 2f71ff408d

View File

@ -26,6 +26,8 @@ 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 {