mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 22:44:29 +01:00
Fix flaky tests
This commit is contained in:
@@ -47,4 +47,7 @@ public class InvoiceWebhookDeliveryRequest(
|
||||
res = InterpolateJsonField(res, "Invoice.Metadata", Invoice.Metadata.ToJObject());
|
||||
return res;
|
||||
}
|
||||
|
||||
public override string ToString()
|
||||
=> $"Webhook delivery request ({webhookEvent.Type})";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user