mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 14:22:40 +01:00
fix test
This commit is contained in:
parent
514417e888
commit
5176eaf4ba
1 changed files with 1 additions and 1 deletions
|
@ -353,7 +353,7 @@ namespace BTCPayServer.Controllers
|
|||
return NotFound("Please provide an amount greater than 0");
|
||||
}
|
||||
|
||||
price = null;
|
||||
price = request.Amount;
|
||||
}
|
||||
|
||||
if (!isAdmin && (settings.EnforceTargetAmount && info.TargetAmount.HasValue && price >
|
||||
|
|
Loading…
Add table
Reference in a new issue