Coin switching on no-script invoices

This commit is contained in:
rockstardev
2019-04-04 21:48:52 -05:00
parent eb5e32a07f
commit b4b6939498
2 changed files with 58 additions and 32 deletions

View File

@@ -226,7 +226,7 @@ namespace BTCPayServer.Controllers
if (model == null)
return NotFound();
return View(nameof(CheckoutNoScript), model);
return View(model);
}