mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-23 15:14:49 +01:00
Remove stores list (#3300)
This commit is contained in:
@@ -857,7 +857,7 @@ namespace BTCPayServer.Controllers
|
||||
if (!stores.Any())
|
||||
{
|
||||
TempData[WellKnownTempData.ErrorMessage] = "You need to create at least one store before creating a transaction";
|
||||
return RedirectToAction(nameof(UserStoresController.ListStores), "UserStores");
|
||||
return RedirectToAction(nameof(HomeController.Index), "Home");
|
||||
}
|
||||
|
||||
if (model?.StoreId != null)
|
||||
|
||||
Reference in New Issue
Block a user