I read somewhere in the forums from the support team that the usage of orders must or should be limited to private fields only, otherwise it causes problems.
private Order myOrder1, myOrder2;
I wonder why? I'd like to have the option to have them as public properties, is there an alternative?
Regards,
Comment