basket update

This commit is contained in:
Piotr Biernat 2022-12-22 23:01:11 +01:00
parent 2e64d106aa
commit edd980f4c1

View File

@ -31,5 +31,5 @@ type BasketCheckoutRequest struct {
} }
type BasketCheckoutResponse struct { type BasketCheckoutResponse struct {
ID string `json:"order_id"` ID string `json:"basket_id"`
} }