refactor-location #134

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

View File

@ -16,6 +16,7 @@ type ResponseNatsCampaignTransaction struct {
Campaign ResponseCampaignShortInfo `json:"campaign"`
Seller primitive.ObjectID `json:"seller"`
Type string `json:"type"`
Status string `json:"status"`
RejectedReason string `json:"rejectedReason"`
CreatedAt string `json:"createdAt"`
UpdatedAt string `json:"updatedAt"`