btcpayserver/BTCPayServer/HostedServices/Webhooks
Andrew Camilleri e2e7e59722
Fix webhook test for payment requests (#5680)
When testing the webhook for payment requests, we were incorrectly creating a payout webhook instead of a payment request. This would cause an error (but nothing fatal as it is only a test webhook(
2024-01-19 21:30:15 +09:00
..
InvoiceWebhookDeliveryRequest.cs Webhooks: Fix invoice interpolation (#5586) 2023-12-22 10:50:08 +09:00
InvoiceWebhookProvider.cs Webhooks: Remove OverPaid property from invoice payment events 2023-12-06 14:48:34 +01:00
IWebhookProvider.cs Pluginize Webhooks and support Payouts (#5421) 2023-12-01 10:50:05 +01:00
PaymentRequestWebhookDeliveryRequest.cs Webhooks: Fix invoice interpolation (#5586) 2023-12-22 10:50:08 +09:00
PaymentRequestWebhookProvider.cs Fix webhook test for payment requests (#5680) 2024-01-19 21:30:15 +09:00
PayoutWebhookDeliveryRequest.cs Webhooks: Fix invoice interpolation (#5586) 2023-12-22 10:50:08 +09:00
PayoutWebhookProvider.cs Pluginize Webhooks and support Payouts (#5421) 2023-12-01 10:50:05 +01:00
WebhookExtensions.cs Pluginize Webhooks and support Payouts (#5421) 2023-12-01 10:50:05 +01:00
WebhookProvider.cs Pluginize Webhooks and support Payouts (#5421) 2023-12-01 10:50:05 +01:00
WebhookSender.cs Pluginize Webhooks and support Payouts (#5421) 2023-12-01 10:50:05 +01:00