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
Find Order paid notification, create it if it does not exist;
Select template, press Send;
Enter valid sender and recipient;
Enter something (e.g. order number) into the customer order field;
Press Send
Actual result:
500 error
Expected result:
No error. We should either have the ability to enter the data and process with it, or not see this field at all (or see it disabled).
Details:
Now this field is used as CustomerOrder object, and that causes the error - as it is just a string, in fact. We could mark such properties as "not manually set" by attribute (as it is set in the code), or not show it at all based on "complex" type.
Or we could have an ability to pass test object, e.g. using Json and restore full object on the server side.
The text was updated successfully, but these errors were encountered:
yecli
changed the title
Customer order param i snot working in notification templates.
Customer order param is not working in notification templates.
Jan 23, 2020
Steps:
Actual result:
500 error
Expected result:
No error. We should either have the ability to enter the data and process with it, or not see this field at all (or see it disabled).
Details:
Now this field is used as CustomerOrder object, and that causes the error - as it is just a string, in fact. We could mark such properties as "not manually set" by attribute (as it is set in the code), or not show it at all based on "complex" type.
Or we could have an ability to pass test object, e.g. using Json and restore full object on the server side.
The text was updated successfully, but these errors were encountered: