FGreenField: Add DefaultPaymentMethod to Stores API (#2171)

This commit is contained in:
Andrew Camilleri
2020-12-29 10:33:44 +01:00
committed by GitHub
parent ae32fdeea7
commit 91cb9129ab
4 changed files with 28 additions and 9 deletions

View File

@@ -41,7 +41,8 @@ namespace BTCPayServer.Client.Models
public bool ShowRecommendedFee { get; set; } = true;
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public int RecommendedFeeBlockTarget { get; set; } = 1;
public string DefaultPaymentMethod { get; set; }
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string DefaultLang { get; set; } = "en";