add redirect automatically to checkout experience/ store settings

This commit is contained in:
Kukks
2019-04-11 11:53:31 +02:00
parent 1cf17872ab
commit d7ada4d493
10 changed files with 47 additions and 12 deletions

View File

@@ -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; }
}
}