mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-19 06:54:19 +01:00
add redirect automatically to checkout experience/ store settings
This commit is contained in:
@@ -81,6 +81,6 @@ namespace BTCPayServer.Models
|
||||
public string Token { get; set; }
|
||||
|
||||
[JsonProperty(PropertyName = "redirectAutomatically", DefaultValueHandling = DefaultValueHandling.Ignore)]
|
||||
public bool RedirectAutomatically { get; set; }
|
||||
public bool? RedirectAutomatically { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user