Hi @demskigroup, will you please include a snippet of code to reproduce the behavior you've just described?
Thanks,
Mark
Sure, here you: https://pastebin.com/85P8fjzZ
You'll see some nested try statements as I was messing around trying to get it to consistently work.
Hi @andrewdzoom, thanks for sharing. Before I even try executing that code... you are invoking orderConnector.updateOrder() but not returning its result. That method returns the Order which you are updating.
Please:
return orderConnector.updateOrder(order);
2 People are following this question.