Implement topup invoices (#2730)

This commit is contained in:
Nicolas Dorier
2021-08-03 17:03:00 +09:00
committed by GitHub
parent 63d4ccc058
commit 4c818d0359
26 changed files with 288 additions and 51 deletions

View File

@@ -999,7 +999,7 @@ namespace BTCPayServer.Controllers
var appUrl = HttpContext.Request.GetAbsoluteRoot().WithTrailingSlash();
var model = new PayButtonViewModel
{
Price = 10,
Price = null,
Currency = DEFAULT_CURRENCY,
ButtonSize = 2,
UrlRoot = appUrl,