Hi,
In vendor/lengow/module-connector/Block/Adminhtml/Sales/Order/Tab/Info.php::getOrderImportedDate there is a dependency on the order status history. The first item of the status history returns the orderImportedDate. The problem is that there can be orders which don't have any status history items. The method fails on the return type. It returns null but allowed is only string.

TypeError: Return value of Lengow\Connector\Block\Adminhtml\Sales\Order\Tab\Info::getOrderImportedDate() must be of the type string, null returned in /var/www/share/production/src/vendor/lengow/module-connector/Block/Adminhtml/Sales/Order/Tab/Info.php
@benjaminlgw
Hi,
In vendor/lengow/module-connector/Block/Adminhtml/Sales/Order/Tab/Info.php::getOrderImportedDate there is a dependency on the order status history. The first item of the status history returns the orderImportedDate. The problem is that there can be orders which don't have any status history items. The method fails on the return type. It returns null but allowed is only string.
TypeError: Return value of Lengow\Connector\Block\Adminhtml\Sales\Order\Tab\Info::getOrderImportedDate() must be of the type string, null returned in /var/www/share/production/src/vendor/lengow/module-connector/Block/Adminhtml/Sales/Order/Tab/Info.php
@benjaminlgw