From 23eebdce8adc9f9b0adc14c8a33b41b0257434c2 Mon Sep 17 00:00:00 2001 From: anbuiselly <105765792+anbuiselly@users.noreply.github.com> Date: Wed, 7 Dec 2022 13:48:43 +0700 Subject: [PATCH] change code --- model/affiliate_response.go | 16 ---------------- 1 file changed, 16 deletions(-) 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", - } -)