Skip to content

Commit f16d2b1

Browse files
Name and alias wrong way round
1 parent 7c34bd6 commit f16d2b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Commerce.Checkout/Events/SetStoreCheckoutRelation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ private void EnsureStoreCheckoutStoreRelation(IContent storeRootPage, IContent c
6565
if (relationType == null)
6666
{
6767
relationType = new RelationType(
68-
UmbracoCommerceCheckoutConstants.RelationTypes.Aliases.StoreCheckout,
6968
"[Umbraco Commerce Checkout] Store Checkout",
69+
UmbracoCommerceCheckoutConstants.RelationTypes.Aliases.StoreCheckout,
7070
true,
7171
Umbraco.Cms.Core.Constants.ObjectTypes.Document,
7272
Umbraco.Cms.Core.Constants.ObjectTypes.Document,

0 commit comments

Comments
 (0)