Disabling playing of the invoice sound for existing stores

This commit is contained in:
rockstardev
2023-07-26 09:45:29 -05:00
parent 8eabdab53a
commit 79e121c3af

View File

@@ -238,7 +238,7 @@ namespace BTCPayServer.Data
[JsonProperty(DefaultValueHandling = DefaultValueHandling.Populate)]
public bool CelebratePayment { get; set; } = true;
[DefaultValue(true)]
[DefaultValue(false)]
[JsonProperty(DefaultValueHandling = DefaultValueHandling.Populate)]
public bool PlaySoundOnPayment { get; set; } = false;