Skip to content

Commit

Permalink
fix: setup wizard error
Browse files Browse the repository at this point in the history
  • Loading branch information
Alchez authored Mar 10, 2021
1 parent 988e3b2 commit a6d02f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shopify_integration/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def get_setup_stages(args=None):
]


def setup_custom_fields():
def setup_custom_fields(args):
custom_fields = {
"Customer": [
dict(fieldname='shopify_customer_id', label='Shopify Customer ID',
Expand Down

0 comments on commit a6d02f0

Please sign in to comment.