mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 14:04:26 +01:00
Coin switching on no-script invoices
This commit is contained in:
@@ -226,7 +226,7 @@ namespace BTCPayServer.Controllers
|
||||
if (model == null)
|
||||
return NotFound();
|
||||
|
||||
return View(nameof(CheckoutNoScript), model);
|
||||
return View(model);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user