Add todo comment for missed logic in processWebhookRequest

This commit is contained in:
cnohall 2024-09-15 09:52:45 +09:00
parent 52a0e684f1
commit 2687483cd8

View File

@ -111,6 +111,7 @@ class BlockonomicsPaymentDriver extends BaseDriver
public function processWebhookRequest() 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']; $txid = $_GET['txid'];
$value = $_GET['value']; $value = $_GET['value'];
$status = $_GET['status']; $status = $_GET['status'];