Compare commits

...

1 Commits

Author SHA1 Message Date
edd980f4c1 basket update 2022-12-22 23:01:11 +01:00

View File

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