From 2f71ff408d1f83d9ed5e5d7d593cf0aa23df5844 Mon Sep 17 00:00:00 2001 From: Piotr Biernat Date: Thu, 22 Dec 2022 17:33:58 +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 756bef6..1148638 100644 --- a/http/basket.go +++ b/http/basket.go @@ -26,6 +26,8 @@ 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 {