mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 14:34:23 +01:00
Fix redirect
This commit is contained in:
committed by
Andrew Camilleri
parent
3eb9fdca6a
commit
e47c2aa24d
@@ -184,7 +184,7 @@ namespace BTCPayServer.Controllers
|
|||||||
Message = "You must enable at least one payment method before creating a pull payment.",
|
Message = "You must enable at least one payment method before creating a pull payment.",
|
||||||
Severity = StatusMessageModel.StatusSeverity.Error
|
Severity = StatusMessageModel.StatusSeverity.Error
|
||||||
});
|
});
|
||||||
return RedirectToAction("PaymentMethods", "Stores", new { storeId });
|
return RedirectToAction(nameof(UIStoresController.GeneralSettings), "UIStores", new { storeId });
|
||||||
}
|
}
|
||||||
|
|
||||||
var vm = this.ParseListQuery(new PullPaymentsModel
|
var vm = this.ParseListQuery(new PullPaymentsModel
|
||||||
|
|||||||
Reference in New Issue
Block a user