Fixes checks permissions
This commit is contained in:
@@ -412,10 +412,10 @@
|
||||
nil)}))
|
||||
|
||||
(defn get-payment-page [context args _]
|
||||
(let [args (assoc args :id (:id context))
|
||||
[payments checks-count] (d-checks/get-graphql (-> args
|
||||
(let [[payments checks-count] (d-checks/get-graphql (-> args
|
||||
:filters
|
||||
(<-graphql)
|
||||
(assoc :id (:id context))
|
||||
(update :payment-type enum->keyword "payment-type")
|
||||
(update :status enum->keyword "payment-status")))]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user