Fix typo in priceThreshholdRub
This commit is contained in:
@@ -263,7 +263,7 @@
|
||||
"adjustPriceWhenBelowHandbookPrice": false,
|
||||
"handbookPriceMultiplier": 1.1,
|
||||
"maxPriceDifferenceBelowHandbookPercent": 64,
|
||||
"priceThreshholdRub": 20000
|
||||
"priceThresholdRub": 20000
|
||||
},
|
||||
"offerItemCount": {
|
||||
"default": {
|
||||
|
||||
@@ -357,7 +357,7 @@ public record OfferAdjustment
|
||||
/// <summary>
|
||||
/// What is the minimum rouble price to consider adjusting price of item
|
||||
/// </summary>
|
||||
[JsonPropertyName("priceThreshholdRub")]
|
||||
[JsonPropertyName("priceThresholdRub")]
|
||||
public double PriceThresholdRub { get; set; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user