adding yodlee vetndors.

This commit is contained in:
Bryce Covert
2019-04-16 06:30:24 -07:00
parent e81543b8af
commit 6b1252390b
10 changed files with 59 additions and 14 deletions

View File

@@ -53,7 +53,7 @@
{amount :amount} :amount
{description-original :original
description-simple :simple} :description
{merchant-id :i
{merchant-id :id
merchant-name :name} :merchant
base-type :baseType
type :type
@@ -73,6 +73,10 @@
:id (sha-256 (str id))
:account-id account-id
:date (coerce/to-date (time/parse date "YYYY-MM-dd"))
:yodlee-merchant (when (and merchant-id merchant-name)
(println "INCLUDING MERCHANT")
{:yodlee-merchant/id merchant-id
:yodlee-merchant/name merchant-name})
:amount (double amount)
:description-original description-original
:description-simple description-simple