Open curtisblackwell opened 6 years ago
Very probably a Plaid issue. Especially if there is some difference. I don't do much with the transactions beyond pulling them down from Plaid. If you can send along the transaction ids though I can escalate the issue up to Plaid support.
That was my thought. Might make sense to do a check for existing IDs (assuming Plaid passes them along) before showing in the app, though. Even if we're not responsible for the bug, we may be able to easily mitigate it for a better UX.
Where do I find the transaction ID?
Plaid will be passing along two separate IDs, so from a server standpoint I'd have no way of know other than doing a compare regex between it and all other existing transactions, and I'm not going to do that, not from the server anyway.
You'll likely need to modify the code a little to console log the IDs. They aren't surfaced on the Vue frontend.
I have an identical transaction appearing twice. All the details are the same except the description. I verified that only one exists on my card's list of transactions.
I'll take a look and see if this is actually a Tiny Money :bug: or if it's with Plaid or something else after I finish up the other stuff I'm working on now.
This is the possible bug referenced in #6.