From 0c998557482912768c4867cea3a6b6cfe022b946 Mon Sep 17 00:00:00 2001 From: Piotr Biernat Date: Thu, 22 Dec 2022 17:31:32 +0100 Subject: [PATCH] basket update --- http/basket.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/http/basket.go b/http/basket.go index 32741c1..756bef6 100644 --- a/http/basket.go +++ b/http/basket.go @@ -11,6 +11,8 @@ 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 {