Open acirinelli opened 7 years ago
Yeah, this package was built before Plaid resurfaced the API. Rest assured, there's a fix coming soon.
On May 21, 2017 12:45 AM, "Anthony Cirinelli" notifications@github.com wrote:
It appears the POST URL to exchange a public_token for an access_token has been changed in the API from /exchange_token to /item/public_token/exchange
https://plaid.com/docs/api/#exchange-token-flow
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/travoltron/plaid/issues/10, or mute the thread https://github.com/notifications/unsubscribe-auth/AChkMh7CsiXwbqgliPJtTq4l4iKNakwMks5r78F8gaJpZM4NhfkU .
Sorry, I just realized you already had an issue going for this: https://github.com/travoltron/plaid/issues/9
Curious when you think the new package will be ready? I see you've made some commits the past few days, sweet! For now I've just made a copy of your package into a custom dir and patched it together so I can keep working. There's another Plaid package available, but it doesn't seem to be as good as yours and not at all documented.
I'm hoping within about 3 weeks. Thanks for the kind words.
On May 21, 2017 12:58 AM, "Anthony Cirinelli" notifications@github.com wrote:
Sorry, I just realized you already had an issue going for this: #9 https://github.com/travoltron/plaid/issues/9
Curious when you think the new package will be ready? I see you've made some commits the past few days, sweet! For now I've just made a copy of your package into a custom dir and patched it together so I can keep working. There's another Plaid package available, but it doesn't seem to be as good as yours and not at all documented.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/travoltron/plaid/issues/10#issuecomment-302915267, or mute the thread https://github.com/notifications/unsubscribe-auth/AChkMtDSSbv3IULZ_tiV80Utzl5SC0PUks5r78RkgaJpZM4NhfkU .
@travoltron running into the same issue here. First time with your package and using Plaid so Im anxious to see if this is going to work well for my application
@designloud I used this work around and modified the package to fit my needs: https://stackoverflow.com/questions/31080696/safely-edit-a-third-party-composer-vendor-package-in-laravel-prevent-losing
It appears the POST URL to exchange a public_token for an access_token has been changed in the API from /exchange_token to /item/public_token/exchange
https://plaid.com/docs/api/#exchange-token-flow