make checkout param more generic and add it to pay button generator

This commit is contained in:
Kukks
2019-06-25 21:01:37 +02:00
parent b808aa4971
commit 11670d0c0f
4 changed files with 28 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ namespace BTCPayServer.Models.StoreViewModels
public string NotifyEmail { get; set; }
public string StoreId { get; set; }
public string Language { get; set; }
public string CheckoutQueryString { get; set; }
// Data that influences Pay Button UI, but not invoice creation
public string UrlRoot { get; set; }