This commit is contained in:
Bryce Covert
2019-04-11 08:41:47 -07:00
5 changed files with 28 additions and 4 deletions

View File

@@ -32,7 +32,7 @@
[:client [:name :id :code :locations]]]]]
invoices (graphql/query identity (venia/graphql-query {:venia/queries (->graphql query)}))]
(doto (list (:all-invoices (:data invoices))) clojure.pprint/pprint)))
(list (:all-invoices (:data invoices)))))
(GET "/payments/export" {:keys [query-params identity]}
(assert-admin identity)
(let [query [[:all_payments