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
What about the others eg. created..... I'm doing an import feature (filtering out dud mandates), what if the mandate is in a created/transferred/etc status?
I was trying to be clever and refrain from having to check for each status via a loop, filtering out dud (expired, cancelled) ones.
Passing an array of statuses to the
mandates()->all()
method:results in the following error:
One of your parameters was incorrectly typed ({"0"=>"pending_submission", "1"=>"submitted", "2"=>"active"} is not an array or string.)
I changed the call to the following and the request goes through.
Is this how the library was intended to work? It is not documented anywhere
Many thanks!
Jacob
The text was updated successfully, but these errors were encountered: