Fix redirect

This commit is contained in:
Dennis Reimann
2022-02-24 12:49:44 +01:00
committed by Andrew Camilleri
parent 3eb9fdca6a
commit e47c2aa24d

View File

@@ -184,7 +184,7 @@ namespace BTCPayServer.Controllers
Message = "You must enable at least one payment method before creating a pull payment.",
Severity = StatusMessageModel.StatusSeverity.Error
});
return RedirectToAction("PaymentMethods", "Stores", new { storeId });
return RedirectToAction(nameof(UIStoresController.GeneralSettings), "UIStores", new { storeId });
}
var vm = this.ParseListQuery(new PullPaymentsModel