allows manually matching rules.

This commit is contained in:
Bryce Covert
2019-05-16 21:39:28 -07:00
parent 93ef07f4b1
commit 486f09fd94
8 changed files with 135 additions and 132 deletions

View File

@@ -22,8 +22,8 @@
::dom-lte
::note
::bank-account
::vendor
::yodlee-merchant])
::vendor]
:opt-un [::yodlee-merchant])
(s/or :description-required #(not (str/blank? (:description %)))
:description-required #(not (nil? (:yodlee-merchant %))))))
:merchant-required #(not (nil? (:yodlee-merchant %))))))