You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the documentation and during the test order/new/10.10, I have a SQL error that appears. I don't really understand, how can I define a PaymentInstruction?
An exception occurred while executing 'INSERT INTO order (amount, payment_instruction_id) VALUES (?, ?)' with params ["42.24", null]:
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'order (amount, payment_instruction_id) VALUES ('42.24', NULL)' at line1
Hello,
I followed the documentation and during the test order/new/10.10, I have a SQL error that appears. I don't really understand, how can I define a PaymentInstruction?
Can someone enlighten me? I don't understand why I don't have enough to make it work.
Thanks for your help.
The text was updated successfully, but these errors were encountered: