Skip to content

Commit 9978b5d

Browse files
authored
Update 16/umbraco-commerce/key-concepts/payment-providers.md
1 parent 7022d26 commit 9978b5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

16/umbraco-commerce/key-concepts/payment-providers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class MyPaymentProviderSettings
3636
All Payment Providers inherit from a base class `AsyncPaymentProviderBase<TSettings>`. `TSettings` is the type of a Plain Old Class Object (POCO) model class representing the Payment Provider's settings. The class must be decorated with `PaymentProviderAttribute` which defines the Payment Providers `alias`.
3737

3838
### Payment Provider Settings
39-
The settings class consists of a series of properties, each decorated with a `PaymentProviderSettingAttribute`. These will all be used to dynamically build an editor interface for the given settings in the backoffice.
39+
The settings class consists of a series of properties, each decorated with a `PaymentProviderSettingAttribute`. These attributes are used to dynamically build an editor interface for the settings in the backoffice.
4040

4141
Labels and descriptions for providers and their settings are controlled through [Localization](#localization) entries.
4242

0 commit comments

Comments
 (0)