Skip to content

Commit bfa3fea

Browse files
authored
Update 16/umbraco-commerce/key-concepts/discount-rules-and-rewards.md
1 parent 2a6af68 commit bfa3fea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

16/umbraco-commerce/key-concepts/discount-rules-and-rewards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ See the [Settings Objects](discount-rules-and-rewards.md#settings-objects) secti
5858
The class must be decorated with `DiscountRuleProviderAttribute` which defines the Discount Rule Providers `alias` and `name`, and can also specify a `description` or `icon` to be displayed in the backoffice. The `DiscountRuleProviderAttribute` is also responsible for defining a `labelView` for the Provider.
5959

6060
{% hint style="info" %}
61-
See the [Label views](discount-rules-and-rewards.md#labels) section below for more information on Label Views.
61+
See the [Labels](discount-rules-and-rewards.md#labels) section below for more information on Label Views.
6262
{% endhint %}
6363

6464
Rule Providers have a `ValidateRule` method that accepts a `DiscountRuleContext` as well as an instance of the Providers `TSettings` settings model. Inside this you can perform your custom logic, returning a `DiscountRuleResult` to notify Umbraco Commerce of the Rule outcome.

0 commit comments

Comments
 (0)