Modal option for Pay Button

closes #796
This commit is contained in:
Kukks
2020-02-28 16:01:44 +01:00
parent 18aaa1a0c4
commit c3bfce7656
4 changed files with 48 additions and 3 deletions

View File

@@ -41,5 +41,7 @@ namespace BTCPayServer.Models.StoreViewModels
public List<string> CurrencyDropdown { get; set; }
public string PayButtonImageUrl { get; set; }
public string PayButtonText { get; set; }
public bool UseModal { get; set; }
public bool JsonResponse { get; set; }
}
}