-
Notifications
You must be signed in to change notification settings - Fork 98
Fatal error: Uncaught RuntimeException: Invalid response, header: HTTP/1.1 100 Continue #59
Comments
@willvin313 |
@JesseBusman |
I think you must check if the info order needed is all provided. |
@sddwt i made sure all info for the order was provided. |
Have you tried running the example directly? The issue might be in there. If you do so and you select the LOG_DEBUG logging level, you'll find the following error trying to create the account: Error creating new account :: invalid contact domain. Contact emails @example.org are forbidden |
Am I missing something. I am getting this error also. I am assuming the first step is to create a client, and I cannot do that. Any ideas what to do? Exact error: |
Try running with the LOG_DEBUG level and have a look at the output. You will have the full response and probably there will be a reason for this error in that response. |
Am running the library on a Wamp server with php 7.2.4
The text was updated successfully, but these errors were encountered: