You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jonathancouchman is there any chance that you will fix this or should we just fork your API and do the fix on our own for us?
I see that another pull request has been open for 9 months now, where we also had to do a "native" API call...
There is a problem with the implementation in the PHP SDK.
During beneficiary
find
method, if additional routing parameters are provided, the SDK generates the following field names:routing_code_type_1
routing_code_value_1
routing_code_type_2
routing_code_value_2
Using the method, it generates this API error response:
The API expects an array of items: routing_code_type[0], routing_code_type[1]
The text was updated successfully, but these errors were encountered: