Replies: 2 comments
-
We don't use this code actively anymore. If you find a fix, we'd appreciate a PR. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I did find out what the underlying issue is. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to use the library using the supplied example code, but I am getting an error 400 from Guzzle when I call the validate() function
Exception code: 400
Exception message: Client error:
POST https://webservices-pub.bpost.be/ws/ExternalMailingAddressProofingCSREST_v1/address/validateAddresses
resulted in a400 Bad Request
response:{"exceptionId":"7513584400550612864","exceptionCode":"2111","exceptionDescription":[{"value":"Cannot deserialize instanc (truncated...)
At first I thought this was caused by an old guzzle version, but I checked the guzzle version composer fetched, and it is 7.8.1 , which seems to be the latest version.
Beta Was this translation helpful? Give feedback.
All reactions