Without customer getting the below error while syncing sales orders from Shopify to ERPNext
Traceback (most recent call last):
File "apps/ecommerce_integrations/ecommerce_integrations/shopify/order.py", line 55, in sync_sales_order
create_order(order, setting)
File "apps/ecommerce_integrations/ecommerce_integrations/shopify/order.py", line 67, in create_order
so = create_sales_order(order, setting, company)
File "apps/ecommerce_integrations/ecommerce_integrations/shopify/order.py", line 78, in create_sales_order
if customer_id := shopify_order.get("customer", {}).get("id"):
AttributeError: 'NoneType' object has no attribute 'get'
Without customer getting the below error while syncing sales orders from Shopify to ERPNext