diff --git a/BTCPayServer/Controllers/UIStorePullPaymentsController.PullPayments.cs b/BTCPayServer/Controllers/UIStorePullPaymentsController.PullPayments.cs index fae87853e..7237a7afc 100644 --- a/BTCPayServer/Controllers/UIStorePullPaymentsController.PullPayments.cs +++ b/BTCPayServer/Controllers/UIStorePullPaymentsController.PullPayments.cs @@ -74,7 +74,7 @@ namespace BTCPayServer.Controllers Message = "You must enable at least one payment method before creating a pull payment.", Severity = StatusMessageModel.StatusSeverity.Error }); - return RedirectToAction(nameof(UIStoresController.GeneralSettings), "UIStores", new { storeId }); + return RedirectToAction(nameof(UIStoresController.Dashboard), "UIStores", new { storeId }); } return View(new NewPullPaymentModel @@ -187,7 +187,7 @@ namespace BTCPayServer.Controllers Message = "You must enable at least one payment method before creating a pull payment.", Severity = StatusMessageModel.StatusSeverity.Error }); - return RedirectToAction(nameof(UIStoresController.GeneralSettings), "UIStores", new { storeId }); + return RedirectToAction(nameof(UIStoresController.Dashboard), "UIStores", new { storeId }); } var vm = this.ParseListQuery(new PullPaymentsModel @@ -488,7 +488,7 @@ namespace BTCPayServer.Controllers Message = "You must enable at least one payment method before creating a payout.", Severity = StatusMessageModel.StatusSeverity.Error }); - return RedirectToAction(nameof(UIStoresController.GeneralSettings), "UIStores", new { storeId }); + return RedirectToAction(nameof(UIStoresController.Dashboard), "UIStores", new { storeId }); } var vm = this.ParseListQuery(new PayoutsModel