mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 06:24:24 +01:00
Fix Token permissions (merchant facade > pos facade) + Add IPN + Add Hangfire integration
This commit is contained in:
@@ -23,7 +23,7 @@ namespace BTCPayServer.Controllers
|
||||
if(invoice == null || invoice.IsExpired())
|
||||
return NotFound();
|
||||
|
||||
var dto = EntityToDTO(invoice);
|
||||
var dto = invoice.EntityToDTO(_ExternalUrl);
|
||||
PaymentRequest request = new PaymentRequest
|
||||
{
|
||||
DetailsVersion = 1
|
||||
|
||||
Reference in New Issue
Block a user