refactor-location #134

Closed
trunglam wants to merge 270 commits from refactor-location into master
1 changed files with 0 additions and 16 deletions
Showing only changes of commit 6e9dedb8e2 - Show all commits

View File

@ -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",
}
)