diff --git a/app/PaymentDrivers/BlockonomicsPaymentDriver.php b/app/PaymentDrivers/BlockonomicsPaymentDriver.php index 91250643b6f9..19795424ba0c 100644 --- a/app/PaymentDrivers/BlockonomicsPaymentDriver.php +++ b/app/PaymentDrivers/BlockonomicsPaymentDriver.php @@ -111,6 +111,7 @@ class BlockonomicsPaymentDriver extends BaseDriver public function processWebhookRequest() { + // TODO: Include logic to create new payment with pending status in case user sends payment to the address after navigating away from the payment page $txid = $_GET['txid']; $value = $_GET['value']; $status = $_GET['status'];