This repository has been archived by the owner on Mar 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 98
Invalid response: 400 #94
Comments
I'm getting an invalid response: 400 error as well when creating a new order. |
Have you filled your e-mail address and domain data in the example code? That has caused problems in the past. Then it might be a duplicate of #67. |
@yourivw Having the same problem.
|
In my case, the error seems to be caused by the line |
For me it was cause I was using the same Account key from Staging on Production. I had to delete the account key to recreate it. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to use this library but could not get too far. The very simple line:
$client = new LEClient($email);
causes HTTP 400 error. Is it possible something have changed in the LE API recently that needs to be incorporated in LEClient?
Using php 7.4.6 & LEclient 1.2.2
The text was updated successfully, but these errors were encountered: