add users

This commit is contained in:
Aditya Siregar
2025-08-08 00:32:05 +07:00
parent fe4f17b34d
commit c18e915d1e
3 changed files with 5 additions and 3 deletions
-1
View File
@@ -142,7 +142,6 @@ type RefundOrderItemRequest struct {
Reason *string `validate:"omitempty,max=255"`
}
// Response DTOs
type OrderResponse struct {
ID uuid.UUID
OrganizationID uuid.UUID