Shopify and ERPnext integration

Hi guys,

I am trying to sync the shopify orders with ERPnext it seems like the order is not being synced for a weird error about a company can’t be found, however when we fulfillment the order i can see it success

Error trace
Could not find Company Name: -

Summary

Traceback (most recent call last):
File “/home/global/frappe-bench/apps/erpnext/erpnext/erpnext_integrations/connectors/shopify_connection.py”, line 28, in sync_sales_order
validate_customer(order, shopify_settings)
File “/home/global/frappe-bench/apps/erpnext/erpnext/erpnext_integrations/connectors/shopify_connection.py”, line 73, in validate_customer
create_customer(order.get(“customer”), shopify_settings)
File “/home/global/frappe-bench/apps/erpnext/erpnext/erpnext_integrations/doctype/shopify_settings/sync_customer.py”, line 32, in create_customer
raise e
File “/home/global/frappe-bench/apps/erpnext/erpnext/erpnext_integrations/doctype/shopify_settings/sync_customer.py”, line 24, in create_customer
customer.insert(ignore_permissions=True)
File “/home/global/frappe-bench/apps/frappe/frappe/model/document.py”, line 224, in insert
self._validate_links()
File “/home/global/frappe-bench/apps/frappe/frappe/model/document.py”, line 766, in _validate_links
frappe.LinkValidationError)
File “/home/global/frappe-bench/apps/frappe/frappe/init.py”, line 377, in throw
msgprint(msg, raise_exception=exc, title=title, indicator=‘red’, is_minimizable=is_minimizable)
File “/home/global/frappe-bench/apps/frappe/frappe/init.py”, line 356, in msgprint
_raise_exception()
File “/home/global/frappe-bench/apps/frappe/frappe/init.py”, line 316, in _raise_exception
raise raise_exception(msg)
frappe.exceptions.LinkValidationError: Could not find Company Name: -

When creating a delivery note it is succeeding