Skip to content

Commit

Permalink
Remove the currency filter for the transfer list API
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-stripe committed Oct 16, 2017
1 parent 09dfd4b commit 6d9985b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion transfer.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ type TransferListParams struct {
ListParams `form:"*"`
Created int64 `form:"created"`
CreatedRange *RangeQueryParams `form:"created"`
Currency Currency `form:"currency"`
Destination string `form:"destination"`
TransferGroup string `form:"transfer_group"`
}
Expand Down

0 comments on commit 6d9985b

Please sign in to comment.