Skip to content

Commit

Permalink
Change name ShopifyWebsiteChannelsConfig to CMSShopifyWebsiteChannels…
Browse files Browse the repository at this point in the history
…Config
  • Loading branch information
martinkyjac committed Aug 1, 2024
1 parent 815d80e commit 602c161
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ Summary of libraries (NuGet packages) used by this integration and their Xperien

You can also configure the integration via the [Shopify integration](#shopify-configuration-module) application in the Xperience admin UI. However, note that this approach should only be used for development purposes. For the production, use one of the recommended [configuration methods](https://learn.microsoft.com/en-us/dotnet/core/extensions/configuration).

4. Configure currency and country code for website channels via the `ShopifyWebsiteChannelsConfig` object.
4. Configure currency and country code for website channels via the `CMSShopifyWebsiteChannelsConfig` object.

```json
{
"ShopifyWebsiteChannelsConfig": {
"CMSShopifyWebsiteChannelsConfig": {
"Settings": [
{
"ChannelName": "MyWebsiteChannel1",
Expand Down
2 changes: 1 addition & 1 deletion examples/DancingGoat-Shopify/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"StorefrontApiToken": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"StorefrontApiVersion": "YYYY-MM"
},
"ShopifyWebsiteChannelsConfig": {
"CMSShopifyWebsiteChannelsConfig": {
"Settings": [
{
"ChannelName": "MyWebsiteChannel1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class ShopifyWebsiteChannelConfigOptions
/// <summary>
/// The name of configuration section.
/// </summary>
public const string SECTION_NAME = "ShopifyWebsiteChannelsConfig";
public const string SECTION_NAME = "CMSShopifyWebsiteChannelsConfig";

/// <summary>
/// Website channel configurations list.
Expand Down

0 comments on commit 602c161

Please sign in to comment.