allow language parameter in pay button endpoint

This commit is contained in:
Andrew Camilleri
2019-06-18 18:31:20 +02:00
parent d1f1bc93b3
commit b808aa4971
2 changed files with 11 additions and 1 deletions

View File

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