Skip to content

Commit fb29ec9

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

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
@@ -157,7 +157,7 @@ See the [Settings Objects](settings-objects.md) documentation for more informati
157157
The class must be decorated with `DiscountRewardProviderAttribute` which defines the Discount Reward Providers `alias` and `name`. It can also specify a `description` or `icon` to be displayed in the Umbraco Commerce backoffice. The `DiscountRewardProviderAttribute` is responsible for defining a `labelView` for the Provider.
158158

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

163163
Reward Providers have a `CalculateReward` method that accepts a `DiscountRewardContext` as well as an instance of the Providers `TSettings` settings model. Inside this, you can perform your custom calculation logic, returning a `DiscountRewardCalculation` instance that defines any Reward values to apply to the Order.

0 commit comments

Comments
 (0)