supporting transaction automation
This commit is contained in:
@@ -539,6 +539,7 @@
|
||||
:note {:type 'String}
|
||||
:bank_account_id {:type :id}
|
||||
:client_id {:type :id}
|
||||
:yodlee_merchant_id {:type :id}
|
||||
:amount_lte {:type :money}
|
||||
:amount_gte {:type :money}
|
||||
:dom_lte {:type 'Int}
|
||||
@@ -851,7 +852,9 @@
|
||||
(catch Exception e
|
||||
(if-let [v (:validation-error (ex-data e))]
|
||||
(println "validation error" v)
|
||||
(println e))
|
||||
(do
|
||||
(.printStackTrace e)
|
||||
(println e )))
|
||||
|
||||
(throw e)))))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user