plaid / pattern

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

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

Closed jkoestner closed 10 months ago

jkoestner commented 10 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.