-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Address formatting issue in request when street address is empty #36
Comments
Hi - thanks for the contribution. We are currently looking at this. Could you let me know what version of Magento you are running? |
I am currently on Magento |
Hi - This was addressed in the latest version of the extension, 20.12.0. Updating to that version should resolve. |
Great, thank you! |
TravisBernard
pushed a commit
that referenced
this issue
Dec 3, 2018
SHQ16-2123 Upgrade script to remove migration attribute groups
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was receiving issues of a "malformatted" request error when requesting shipping methods using only the postal code from the following method:
The error I received:
The error while in debug mode:
I was able to trace the issue down to the destination address being passed in the request. The issue was that the destination street passed from the quote address was an empty array.
To mediate the issue, I created an event to observe the
shipperhq_carrier_set_request
event and turn the destination street into a string.The observer works, but not sure if you have a better idea?
Thanks!
The text was updated successfully, but these errors were encountered: