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"` }