mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-18 08:04:26 +01:00
add events to tt
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Product>TicketTailor</Product>
|
<Product>TicketTailor</Product>
|
||||||
<Description>Allows you to integrate with TicketTailor.com to sell tickets for Bitcoin</Description>
|
<Description>Allows you to integrate with TicketTailor.com to sell tickets for Bitcoin</Description>
|
||||||
<Version>1.0.7</Version>
|
<Version>1.0.8</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<!-- Plugin development properties -->
|
<!-- Plugin development properties -->
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
|
|||||||
@@ -255,7 +255,7 @@ public class TicketTailorService : EventHostedServiceBase
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
await _invoiceRepository.UpdateInvoiceMetadata(invoice.Id, invoice.StoreId, invoice.Metadata.ToJObject());
|
await _invoiceRepository.UpdateInvoiceMetadata(invoice.Id, invoice.StoreId, invoice.Metadata.ToJObject());
|
||||||
|
await _invoiceRepository.AddInvoiceLogs(invoice.Id, invLogs);
|
||||||
var uri = new Uri(btcpayUrl);
|
var uri = new Uri(btcpayUrl);
|
||||||
var url =
|
var url =
|
||||||
_linkGenerator.GetUriByAction("Receipt",
|
_linkGenerator.GetUriByAction("Receipt",
|
||||||
|
|||||||
Reference in New Issue
Block a user