edit getTransactionRequest #98

Merged
Ghost merged 1 commits from export-data-affiliate-transaction into develop 2022-12-04 14:02:08 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit d7c2660ae2 - Show all commits

View File

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