mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Add todo comment for missed logic in processWebhookRequest
This commit is contained in:
parent
52a0e684f1
commit
2687483cd8
@ -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'];
|
||||
|
Loading…
x
Reference in New Issue
Block a user