diff --git a/model/affiliate_response.go b/model/affiliate_response.go index 80a4707..bb8f804 100644 --- a/model/affiliate_response.go +++ b/model/affiliate_response.go @@ -36,19 +36,3 @@ type ResponseCampaignShort struct { Name string `json:"name"` Logo *FilePhoto `json:"logo"` } - -var ( - transcationInfoTitle = []string{ - "ID lượt thưởng", - "Tên sản phẩm", - "ID Seller", - "Tên Seller", - "Thời gian phát sinh", - "Thời gian đối soát dự kiến", - "Trạng thái", - "Hoa hồng nhận từ đối tác", - "Phần trăm hóa hồng cho Seller", - "Hoa hồng cho Seller", - "Hoa hồng cho Selly", - } -)