Removes plaid matching, disables payment for scheduled.
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
(:merchant_name t) (assoc :transaction/plaid-merchant {:plaid-merchant/name (:merchant_name t)
|
||||
:db/id (random-tempid)})
|
||||
(not (str/blank? (:check_number t))) (assoc :transaction/check-number (Integer/parseInt (:check_number t)))
|
||||
(plaid-merchant->vendor-id (:merchant_name t)) (assoc :transaction/default-vendor
|
||||
#_#_(plaid-merchant->vendor-id (:merchant_name t)) (assoc :transaction/default-vendor
|
||||
(plaid-merchant->vendor-id (:merchant_name t)))))
|
||||
|
||||
(defn build-plaid-merchant->vendor-id []
|
||||
|
||||
Reference in New Issue
Block a user