TomorrowIdeas / plaid-sdk-php

PHP bindings for the Plaid API
MIT License
111 stars 42 forks source link

Plaid->institutions->list : The options parameter typing is caused type hinting on routing_numbers array #44

Closed randaleWatson closed 2 years ago

randaleWatson commented 2 years ago

Possible solution is the use <string, mixed> maybe

brentscheffler commented 2 years ago

Ah, I see. If we change it there, we should probably change all other $options throughout code base as well.

randaleWatson commented 2 years ago

Agreed.

On another note, I will try to make PR for the models returned from the EP sometime next week

brentscheffler commented 2 years ago

Issue resolved in 1.0.6 release.