mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 22:44:29 +01:00
@@ -74,7 +74,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(nameof(UIStoresController.GeneralSettings), "UIStores", new { storeId });
|
return RedirectToAction(nameof(UIStoresController.Dashboard), "UIStores", new { storeId });
|
||||||
}
|
}
|
||||||
|
|
||||||
return View(new NewPullPaymentModel
|
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.",
|
Message = "You must enable at least one payment method before creating a pull payment.",
|
||||||
Severity = StatusMessageModel.StatusSeverity.Error
|
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
|
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.",
|
Message = "You must enable at least one payment method before creating a payout.",
|
||||||
Severity = StatusMessageModel.StatusSeverity.Error
|
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
|
var vm = this.ParseListQuery(new PayoutsModel
|
||||||
|
|||||||
Reference in New Issue
Block a user