Browse Source

fix: remove unused CancelOrderRequest struct

b 1 month ago
parent
commit
6a6e5442cd
1 changed files with 0 additions and 2 deletions
  1. 0 2
      model/order.go

+ 0 - 2
model/order.go

@@ -31,8 +31,6 @@ type AcceptOrderRequest struct {
 	ProviderID string `json:"provider_id" binding:"required"`
 }
 
-type CancelOrderRequest struct{}
-
 type AppError struct {
 	Code       string `json:"error"`
 	Message    string `json:"message"`