Discussions
Sales Order error
Hi,
As you saw in my last post my code in PHP just stopped working last week. Now I solved the login problem, but I just faced another problem now. Pushing sales orders has been NO PROBLEMS as long as I have developed this, and now it does not work again.
This is the error:
Array
(
    [writeResponse] => Array
        (
            [status] => Array
                (
                    [statusDetail] => Array
                        (
                            [code] => USER_ERROR
                            [message] => Please enter values for Customer:Job, Exchange Rate
                        )
                    [!isSuccess] => false
                )
        )
)
What are these errors? Why do they suddenly show up after 8 month when we haven't changed the code anything?