Shimrra Posted April 30, 2013 Share Posted April 30, 2013 Bonjour, n'ayant pas trouvé comment le signaler sur la doc de prestashop je le fais ici. Pour la page http://doc.prestasho...ote+Online+Form il y a une erreur pour : Quote Calling the web service is similar to what we have seen previously: $opt = array('resource' => 'customers'); $opt['xml'] = $xml->asXML(); $xml = $webService->add($opt); En effet, c'est $opt['postXml'] = $xml->asXML(); et non $opt['xml'] = $xml->asXML(); Si non on a le droit à un message d'erreur comme quoi les arguments ne sont pas bons. Link to comment Share on other sites More sharing options...
Xavier Borderie Posted April 30, 2013 Share Posted April 30, 2013 C'est corrigé, merci beaucoup ! 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now