You can now kind of choose a yodlee merchant
This commit is contained in:
@@ -202,3 +202,8 @@
|
||||
(if (= 500 (:status error))
|
||||
"System error occured. If you are stuck, please notify ben@integreatconsult.com."
|
||||
(:message error)))))
|
||||
|
||||
(re-frame/reg-sub
|
||||
::yodlee-merchants
|
||||
(fn [db]
|
||||
(:yodlee-merchants db)))
|
||||
|
||||
Reference in New Issue
Block a user