mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
Adjust Pay Button (#3354)
* updates padding * padding adjustments * updates * Redirect to paybutton enable page when disabling * Fix test * Fix test Co-authored-by: nicolas.dorier <nicolas.dorier@gmail.com> Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
This commit is contained in:
@@ -969,7 +969,7 @@ namespace BTCPayServer.Controllers
|
||||
CurrentStore.SetStoreBlob(blob);
|
||||
TempData[WellKnownTempData.SuccessMessage] = "Feature disabled";
|
||||
await _Repo.UpdateStore(CurrentStore);
|
||||
return RedirectToAction(nameof(GeneralSettings), new { storeId });
|
||||
return RedirectToAction(nameof(PayButton), new { storeId = storeId });
|
||||
}
|
||||
|
||||
[Route("{storeId}/paybutton")]
|
||||
|
||||
Reference in New Issue
Block a user