You can now add clients manually.
This commit is contained in:
@@ -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)))))
|
||||
|
||||
Reference in New Issue
Block a user