Cdiscount / API-MarketPlace-SDK-PHP

15 stars 42 forks source link

ValidateOrder is not working #13

Open udhayavanan opened 7 years ago

udhayavanan commented 7 years ago

Hi, Is there ValidateOrder is still in development? as commented in version 1.0.8 (latest). While trying to update order status it throws error as below,

Fatal error: Call to a member function getOrderLines() on null in sdk/src/core/Soap/Order/OrderLineListSoap.php on line 38

gregz1 commented 7 years ago

hi, i confirm ValidateOrderList is functional, are you sure to provide every order lines in your order validation ?

alejandroociodual commented 5 years ago

I can't get ValidateOrder to work either. If I execute the code from the sample with my orders I get this notice and no output.

PHP Notice: Undefined index: ValidateOrderListResponse in /var/www/html/XML/generador/cdiscount/sdk/sdk/src/core/Soap/Order/ValidateOrderListResponse.php on line 49

kaodouqifei commented 4 years ago

I can't get ValidateOrder to work either. If I execute the code from the sample with my orders I get this notice and no output.

PHP Notice: Undefined index: ValidateOrderListResponse in /var/www/html/XML/generador/cdiscount/sdk/sdk/src/core/Soap/Order/ValidateOrderListResponse.php on line 49

Have you solved this problem,i had a same problem, i think it`s server side problems