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
This returns an error in vendor/gocardless/gocardless-pro/lib/Core/ListResponse.php line 37, as the returned response doesn't have a meta key. If you were to dump $this->api_response->body, you're returned the Institution dataset, but dumping $this->api_response->body->meta throws an error for Undefined property: stdClass::$meta.
The text was updated successfully, but these errors were encountered:
Context: using v4.20.0 in SANDBOX environment, installed through Composer.
Using a snippet taken directly from the docs for listing Institutions as part of a Billing Request.
This returns an error in
vendor/gocardless/gocardless-pro/lib/Core/ListResponse.php
line 37, as the returned response doesn't have ameta
key. If you were to dump$this->api_response->body
, you're returned the Institution dataset, but dumping$this->api_response->body->meta
throws an error forUndefined property: stdClass::$meta
.The text was updated successfully, but these errors were encountered: