mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 12:04:08 +00:00
Properly handle Plaid investment account transfers (#2420)
This commit is contained in:
@@ -24,7 +24,7 @@ class PlaidAccount::Investments::TransactionsProcessor
|
||||
end
|
||||
|
||||
def cash_transaction?(transaction)
|
||||
transaction["type"] == "cash" || transaction["type"] == "fee"
|
||||
transaction["type"] == "cash" || transaction["type"] == "fee" || transaction["type"] == "transfer"
|
||||
end
|
||||
|
||||
def find_or_create_trade_entry(transaction)
|
||||
|
||||
Reference in New Issue
Block a user