I get this error when debugging:
PHP Parse error: syntax error, unexpected T_OBJECT_OPERATOR in order.php on line 72
Here is a snippet of the code:
line 72: $purchaseOrder = new PurchaseOrderFactory->instance();
$arrOrderDetails = $purchaseOrder->load($customerName);