Skip to content

Commit 6a38c0c

Browse files
authored
Update Shopify settings
1 parent e4bfd70 commit 6a38c0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Cms.Integrations.Commerce.Shopify/Configuration/ShopifySettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ public ShopifySettings(NameValueCollection appSettings)
2525

2626
public string AccessToken { get; set; }
2727

28-
public bool UseUmbracoAuthorization { get; set; }
28+
public bool UseUmbracoAuthorization { get; set; } = true;
2929
}
3030
}

0 commit comments

Comments
 (0)