Within a conditional action custom PHP section I have tried to dump to a log file the contents of the $order object (dd(&#39;order = &#39; . $order);) but it displays nothing but it does display an element within the $order object (dd(&#39;order-&gt;uid = &#39; . $order-&gt;uid);).  Within a conditional action how do I display all the elements within the $order object?<br>
<br>Thanks,<br><br>John<br>