Init
This commit is contained in:
9
http/basket.go
Normal file
9
http/basket.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package http
|
||||
|
||||
type BasketCheckoutRequest struct {
|
||||
BasketID string `json:"basket_id"`
|
||||
}
|
||||
|
||||
type BasketCheckoutResponse struct {
|
||||
ID string `json:"order_id"`
|
||||
}
|
||||
Reference in New Issue
Block a user