mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
Fix tests
This commit is contained in:
@@ -269,7 +269,7 @@ namespace BTCPayServer.Controllers
|
|||||||
handler
|
handler
|
||||||
.IsPaymentMethodAllowedBasedOnInvoiceAmount(storeBlob, fetchingByCurrencyPair,
|
.IsPaymentMethodAllowedBasedOnInvoiceAmount(storeBlob, fetchingByCurrencyPair,
|
||||||
paymentMethod.Calculate().Due, supportedPaymentMethod.PaymentId);
|
paymentMethod.Calculate().Due, supportedPaymentMethod.PaymentId);
|
||||||
if (errorMessage != null)
|
if (!string.IsNullOrEmpty(errorMessage))
|
||||||
{
|
{
|
||||||
logs.Write($"{logPrefix} {errorMessage}");
|
logs.Write($"{logPrefix} {errorMessage}");
|
||||||
return null;
|
return null;
|
||||||
|
|||||||
Reference in New Issue
Block a user