Allows making rules by client group

This commit is contained in:
2024-02-08 15:56:46 -08:00
parent a5e6b0549d
commit c290c34ec7
8 changed files with 75 additions and 23 deletions

View File

@@ -34,7 +34,7 @@
]
(mu/log ::counted
:count (count all-rules))
(map ->graphql (rm/get-matching-rules transaction all-rules)))
(doto (map ->graphql (rm/get-matching-rules transaction all-rules)) (#(println (count %)))))
nil))
(defn transaction-rule-account->entity [{:keys [id account_id percentage location]}]