Jump to content

Create orders return error 500 fatal error


arnold anh

Recommended Posts

In my back end when i create order through API, i'm getting the below error

Oops! An Error Occurred

The server returned a "500 Internal Server Error".
The data i posted

<?xml version="1.0" encoding="utf-8"?>

<prestashop xmlns:xlink="http://www.w3.org/1999/xlink">

<order>

<current_state>1</current_state>

<id_lang>1</id_lang>

<id_currency>1</id_currency>

<module>ps_wirepayment</module>

<conversion_rate>1.0</conversion_rate>

<date_add>2024-10-17 06:15:26</date_add>

<date_upd>2024-10-17 08:27:05</date_upd>

<payment>EBAY</payment>

<valid>1</valid>

<id_customer>13</id_customer>

<id_address_delivery>59</id_address_delivery>

<id_address_invoice>60</id_address_invoice>

<id_carrier>2</id_carrier>

<id_cart>32</id_cart>

<total_products>9.90</total_products>

<total_products_wt>9.90</total_products_wt>

<total_paid>9.90</total_paid>

<total_paid_real>9.90</total_paid_real>


</order>

</prestashop>

I don't Know what to do please help me out.

I'm using prestashop 8.2.0

php version 8.2.24

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...