Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
ankush committed Jan 29, 2023
2 parents 5f0771b + 32a62fc commit 4233685
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 40 deletions.
1 change: 0 additions & 1 deletion ecommerce_integrations/patches.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
ecommerce_integrations.patches.update_shopify_custom_fields
ecommerce_integrations.patches.copy_amazon_single_doc
38 changes: 0 additions & 38 deletions ecommerce_integrations/patches/copy_amazon_single_doc.py

This file was deleted.

3 changes: 2 additions & 1 deletion ecommerce_integrations/shopify/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ def migrate_from_old_connector(payload=None, request_id=None):
def ensure_old_connector_is_disabled():
try:
old_setting = frappe.get_doc(OLD_SETTINGS_DOCTYPE)
except ImportError:
except Exception:
frappe.clear_last_message()
return

if old_setting.enable_shopify:
Expand Down

0 comments on commit 4233685

Please sign in to comment.