Skip to content

Commit fec365f

Browse files
authored
Merge pull request #6815 from umbraco/commerce-updates
Applied PR changes to other versions
2 parents d9b3b73 + 733f118 commit fec365f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

14/umbraco-commerce/key-concepts/shipping-providers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class MyShippingProviderSettings
3333

3434
```
3535

36-
All Shipping Providers inherit from a base class `ShippingProviderBase<TSettings>`. `TSettings` is the type of a Plain Old Class Object (POCO) model class representing the Shipping Providers settings. The class must be decorated with `ShippingProviderAttribute` which defines the Shipping Providers `alias`.
36+
All Shipping Providers inherit from a base class `ShippingProviderBase<TSettings>`. `TSettings` is the type of a Plain Old Class Object (POCO) model class representing the Shipping Provider's settings. The class must be decorated with `ShippingProviderAttribute` which defines the Shipping Providers `alias`.
3737

3838
The settings class consists of a series of properties, each decorated with a `ShippingProviderSettingAttribute`. These will all be used to dynamically build an editor interface for the given settings in the backoffice.
3939

15/umbraco-commerce/key-concepts/shipping-providers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class MyShippingProviderSettings
3333

3434
```
3535

36-
All Shipping Providers inherit from a base class `ShippingProviderBase<TSettings>`. `TSettings` is the type of a Plain Old Class Object (POCO) model class representing the Shipping Providers settings. The class must be decorated with `ShippingProviderAttribute` which defines the Shipping Providers `alias`.
36+
All Shipping Providers inherit from a base class `ShippingProviderBase<TSettings>`. `TSettings` is the type of a Plain Old Class Object (POCO) model class representing the Shipping Provider's settings. The class must be decorated with `ShippingProviderAttribute` which defines the Shipping Providers `alias`.
3737

3838
The settings class consists of a series of properties, each decorated with a `ShippingProviderSettingAttribute`. These will all be used to dynamically build an editor interface for the given settings in the backoffice.
3939

0 commit comments

Comments
 (0)