File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
16/umbraco-commerce/key-concepts Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -131,19 +131,19 @@ public class TieredPercentageRewardProvider : DiscountRewardProviderBase<TieredP
131131
132132public class TieredPercentageSettings
133133{
134- [DiscountRuleProviderSetting (Key = " baseTierPercentage" )]
134+ [DiscountRewardProviderSetting (Key = " baseTierPercentage" )]
135135 public decimal BaseTierPercentage { get ; set ; }
136136
137- [DiscountRuleProviderSetting (Key = " midTierThreshold" )]
137+ [DiscountRewardProviderSetting (Key = " midTierThreshold" )]
138138 public decimal MidTierThreshold { get ; set ; }
139139
140- [DiscountRuleProviderSetting (Key = " midTierPercentage" )]
140+ [DiscountRewardProviderSetting (Key = " midTierPercentage" )]
141141 public decimal MidTierPercentage { get ; set ; }
142142
143- [DiscountRuleProviderSetting (Key = " highTierThreshold" )]
143+ [DiscountRewardProviderSetting (Key = " highTierThreshold" )]
144144 public decimal HighTierThreshold { get ; set ; }
145145
146- [DiscountRuleProviderSetting (Key = " highTierPercentage" )]
146+ [DiscountRewardProviderSetting (Key = " highTierPercentage" )]
147147 public decimal HighTierPercentage { get ; set ; }
148148}
149149```
You can’t perform that action at this time.
0 commit comments