removed TODO

This commit is contained in:
Judith 2021-09-23 12:27:05 +02:00
parent e2e4e31973
commit 2ae15a4afd

View File

@ -81,8 +81,6 @@ class Webhook implements WebhookInterface
// Event "Invoice settled"
// Same as "Invoice created", but contains an extra field: "manuallyMarked" true/false
//TODO what to do with paid too late?
$btcpayInvoiceId = $data['invoiceId'] ?? null;
$btcpayStoreId = $data['storeId'] ?? null;
$dataType = $data['type'];