Merge pull request 'edit getTransactionRequest' (#97) from export-data-affiliate-transaction into develop

Reviewed-on: #97
This commit is contained in:
phuanbui 2022-12-04 13:57:50 +00:00
commit 9052e9a786
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ type GetTransactionsRequest struct {
Page int64 `json:"page"`
Limit int64 `json:"limit"`
Keyword string `json:"keyword"`
Statuses string `json:"statuses"`
status string `json:"status"`
Source string `json:"source"`
Campaign string `json:"campaign"`
Seller string `json:"seller"`