Guest User

Untitled

a guest
Feb 24th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. <order_id>, <key> is known already.
  2.  
  3. <?xml version="1.0" encoding="UTF-8"?>
  4. <prestashop xmlns:xlink="http://www.w3.org/1999/xlink">
  5. <orders>
  6. <order>
  7. <current_state xlink:href="https://myshop.com/api/order_states/5">
  8. <![CDATA[5]]>
  9. </current_state>
  10. </order>
  11. </orders>
  12. </prestashop>
  13.  
  14. <?xml version="1.0" encoding="UTF-8"?>
  15. <prestashop xmlns:xlink="http://www.w3.org/1999/xlink">
  16. <errors>
  17. <error>
  18. <message>
  19. <![CDATA[Internal error. To see this error please display the PHP errors.]]>
  20. </message>
  21. </error>
  22. </errors>
  23. </prestashop>
Add Comment
Please, Sign In to add comment