From 67c3581989a35de0677e6c324f5237b500ec675f Mon Sep 17 00:00:00 2001 From: Kukks Date: Wed, 3 Jun 2020 12:04:05 +0200 Subject: [PATCH] Add order id to IPN fixes #1598 --- BTCPayServer/BTCPayServer.csproj | 2 +- BTCPayServer/HostedServices/InvoiceNotificationManager.cs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/BTCPayServer/BTCPayServer.csproj b/BTCPayServer/BTCPayServer.csproj index c00b76bf9..8ad9fb652 100644 --- a/BTCPayServer/BTCPayServer.csproj +++ b/BTCPayServer/BTCPayServer.csproj @@ -41,7 +41,7 @@ runtime; build; native; contentfiles; analyzers - + diff --git a/BTCPayServer/HostedServices/InvoiceNotificationManager.cs b/BTCPayServer/HostedServices/InvoiceNotificationManager.cs index 3c9452b91..f2c6f5f9c 100644 --- a/BTCPayServer/HostedServices/InvoiceNotificationManager.cs +++ b/BTCPayServer/HostedServices/InvoiceNotificationManager.cs @@ -80,6 +80,7 @@ namespace BTCPayServer.HostedServices PaymentTotals = dto.PaymentTotals, AmountPaid = dto.AmountPaid, ExchangeRates = dto.ExchangeRates, + OrderId = dto.OrderId }, Event = new InvoicePaymentNotificationEvent() {