mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 22:44:29 +01:00
allow language parameter in pay button endpoint
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user