vendors can be updated through datomic.
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
(ns auto-ap.yodlee.import
|
||||
(:require [auto-ap.yodlee.core :as client]
|
||||
[auto-ap.db.transactions :as transactions]
|
||||
[auto-ap.db.vendors :as vendors]
|
||||
[auto-ap.utils :refer [by]]
|
||||
[datomic.api :as d]
|
||||
[auto-ap.datomic :refer [uri remove-nils]]
|
||||
@@ -21,7 +19,6 @@
|
||||
:amount (- amount)
|
||||
:status :payment-status/pending})
|
||||
first
|
||||
(doto println)
|
||||
:db/id)
|
||||
|
||||
(and client-id bank-account-id amount)
|
||||
|
||||
Reference in New Issue
Block a user