Skip to content

Commit

Permalink
Update sync_customers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ameerberg authored Oct 18, 2024
1 parent 6d7a57a commit 0df8e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecommerce_integrations/shopify/sync_customers.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import frappe
from frappe import _
from .connection import get_shopify_customers
from .connection import get_shopify_customers # Updated import

def sync_all_customers():
customers = get_shopify_customers()
Expand Down

0 comments on commit 0df8e66

Please sign in to comment.