Shopify Sales Order Delivery Date Issue

Hi,

The Sales Order created from Shopify have a default delivery date as the current date being set,

In the shopify_connection.py, create_sales_order(), i see the following line
so = frappe.get_doc({
“doctype”: “Sales Order”,
“delivery_date”: nowdate(),

what would be the rationale behind this? Does this mean delivery date is not passed from Shopify?

Would like to hear feedback from people who are using shopify and erpnext in the production system. How are they overcoming this issue?

Thanks,
Saravana