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
if I run this, the body for the request within \GuzzleHttp\Client::requestAsync is always empty because it can't find $options['body'] also there it tries to set the headers which are empty, too $headers = $options['headers'] ?? [];
Besides this, currently the request to Melissa, even if the above is adjusted, returns GE08 (my API Key is actually allowed to do the request, we checked the config) so I wonder if the request has an additional problem somewhere.
I adjusted the code above like this, dunno is it's completely correct
It seems this is a bit outdated:
MelissaAddressValidator/Controller/Address/Validate.php
Line 161 in 0719825
if I run this, the body for the request within \GuzzleHttp\Client::requestAsync is always empty because it can't find
$options['body']
also there it tries to set the headers which are empty, too$headers = $options['headers'] ?? [];
Besides this, currently the request to Melissa, even if the above is adjusted, returns GE08 (my API Key is actually allowed to do the request, we checked the config) so I wonder if the request has an additional problem somewhere.
I adjusted the code above like this, dunno is it's completely correct
The text was updated successfully, but these errors were encountered: