Merge pull request 'edit getTransactionRequest' (#98) from export-data-affiliate-transaction into develop
Reviewed-on: #98
This commit is contained in:
commit
9615a51334
|
@ -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"`
|
||||
|
|
Loading…
Reference in New Issue