plaid / pattern

An example end-to-end Plaid integration to create items and fetch transaction data
MIT License
434 stars 216 forks source link

Small Fix: transaction cursor was pointing to wrong reference #295

Closed jkoestner closed 5 months ago

jkoestner commented 5 months ago

Appreciate providing the pattern template to be able to interact with Plaid. I have used it and works great.

This PR is a small fix that changes the server retrieveItemByPlaidItemId method to use the correct cursor object so that the updates can remove and modify transactions. current it only adds.