feat(transaction): #114 add error filter
This commit was merged in pull request #116.
This commit is contained in:
@@ -53,6 +53,7 @@ func (h TransactionImpl) handleTransactionPage() http.HandlerFunc {
|
||||
filter := types.TransactionItemsFilter{
|
||||
AccountId: r.URL.Query().Get("account-id"),
|
||||
TreasureChestId: r.URL.Query().Get("treasure-chest-id"),
|
||||
Error: r.URL.Query().Get("error"),
|
||||
}
|
||||
|
||||
transactions, err := h.s.GetAll(user, filter)
|
||||
|
||||
Reference in New Issue
Block a user