added vendor filter payment

This commit is contained in:
Bryce Covert
2019-01-25 23:01:02 -08:00
parent 963fe4373b
commit 7aaf9bf035
3 changed files with 37 additions and 2 deletions

View File

@@ -233,6 +233,7 @@
:payment_page {:type '(list :payment_page)
:args {:client_id {:type :id}
:vendor_id {:type :id}
:start {:type 'Int}
:sort_by {:type 'String}
:asc {:type 'Boolean}}