You can now add clients manually.

This commit is contained in:
BC
2019-02-12 11:16:01 -08:00
parent 5fa181465c
commit b85ba810b3
3 changed files with 22 additions and 6 deletions

View File

@@ -58,7 +58,6 @@
:check_number {:type 'Int}
:name {:type 'String}
:bank_code {:type 'String}
:routing {:type 'String}
:bank_name {:type 'String}
:yodlee_account_id {:type 'Int}}}
:address
@@ -521,5 +520,8 @@
(try
(time (simplify (execute schema q v {:id id})))
(catch Exception e
(println e)
(if-let [v (:validation-error (ex-data e))]
(println "validation error" v)
(println e))
(throw e)))))