fixed bug in check export.

This commit is contained in:
2024-02-09 08:56:20 -08:00
parent 6d342169d8
commit 2a6f02b5a9

View File

@@ -126,7 +126,7 @@
[:vendor [:name :id [:primary-contact [:name :email :phone]] [:default-account [:name :numeric-code :id]] [:address [:street1 :city :state :zip]]]]
[:client [:id :name :code]]
]]]
payments (graphql/query identity (venia/graphql-query {:venia/queries (->graphql query)}) {:clients [:client/code (query-params "client-code")]})]
payments (graphql/query identity (venia/graphql-query {:venia/queries (->graphql query)}) {:clients [ [:client/code (query-params "client-code")]]})]
{:body
(list (:all-payments (:data payments)))})))