diff --git a/BTCPayServer/Services/Shopify/ShopifyOrderMarkerHostedService.cs b/BTCPayServer/Services/Shopify/ShopifyOrderMarkerHostedService.cs index 4f2ccca2c..63a2a7c9f 100644 --- a/BTCPayServer/Services/Shopify/ShopifyOrderMarkerHostedService.cs +++ b/BTCPayServer/Services/Shopify/ShopifyOrderMarkerHostedService.cs @@ -41,7 +41,7 @@ namespace BTCPayServer.Services.Shopify { if (evt is InvoiceEvent invoiceEvent && !new[] { - InvoiceEvent.Created, InvoiceEvent.Confirmed, InvoiceEvent.ExpiredPaidPartial, + InvoiceEvent.Created, InvoiceEvent.ExpiredPaidPartial, InvoiceEvent.ReceivedPayment, InvoiceEvent.PaidInFull }.Contains(invoiceEvent.Name)) {