From edd980f4c1f3f7f06b837359a03aa7e85953a3c3 Mon Sep 17 00:00:00 2001 From: Piotr Biernat Date: Thu, 22 Dec 2022 23:01:11 +0100 Subject: [PATCH] basket update --- http/basket.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/basket.go b/http/basket.go index 3d1e268..9385ba9 100644 --- a/http/basket.go +++ b/http/basket.go @@ -31,5 +31,5 @@ type BasketCheckoutRequest struct { } type BasketCheckoutResponse struct { - ID string `json:"order_id"` + ID string `json:"basket_id"` }