mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 06:24:24 +01:00
The Big Cleanup: Refactor BTCPay internals (#5809)
This commit is contained in:
@@ -121,7 +121,7 @@ namespace BTCPayServer.Controllers
|
||||
{
|
||||
return NotFound();
|
||||
}
|
||||
if (!store.AnyPaymentMethodAvailable(_networkProvider))
|
||||
if (!store.AnyPaymentMethodAvailable())
|
||||
{
|
||||
return NoPaymentMethodResult(storeId);
|
||||
}
|
||||
@@ -156,7 +156,7 @@ namespace BTCPayServer.Controllers
|
||||
{
|
||||
return NotFound();
|
||||
}
|
||||
if (!store.AnyPaymentMethodAvailable(_networkProvider))
|
||||
if (!store.AnyPaymentMethodAvailable())
|
||||
{
|
||||
return NoPaymentMethodResult(store.Id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user