From 735f2d668cec280633aee9740340a9bc3c057638 Mon Sep 17 00:00:00 2001 From: Piotr Biernat Date: Thu, 22 Dec 2022 17:38:52 +0100 Subject: [PATCH] basket update --- http/basket.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/http/basket.go b/http/basket.go index 1148638..32741c1 100644 --- a/http/basket.go +++ b/http/basket.go @@ -11,8 +11,6 @@ type GetBasketResponse struct { State string `json:"state"` CreatedAt time.Duration `json:"created_at"` UpdatedAt time.Duration `json:"updated_at"` - - Error string `json:"error"` } type GetBasketItemsRequest struct { @@ -26,8 +24,6 @@ type GetBasketItemsResponse struct { Price float64 `json:"price"` CreatedAt time.Duration `json:"created_at"` UpdatedAt time.Duration `json:"updated_at"` - - Error string `json:"error"` } type BasketCheckoutRequest struct {