Add text customization for pay button (#1346)

* Add text customization for pay button

https://i.imgur.com/nFxscOZ.gifv

* pr changes
This commit is contained in:
Andrew Camilleri
2020-02-24 13:29:29 +01:00
committed by GitHub
parent ee524e36c5
commit 1d61db4758
3 changed files with 61 additions and 18 deletions

View File

@@ -40,5 +40,6 @@ namespace BTCPayServer.Models.StoreViewModels
public string UrlRoot { get; set; }
public List<string> CurrencyDropdown { get; set; }
public string PayButtonImageUrl { get; set; }
public string PayButtonText { get; set; }
}
}