remove obsolete comment

This commit is contained in:
cnohall 2025-10-16 13:09:33 +09:00
parent 15b90d7953
commit bde3da88b9
1 changed files with 0 additions and 1 deletions

View File

@ -166,7 +166,6 @@ class Blockonomics implements LivewireMethodInterface
default => Payment::STATUS_PENDING
};
// Create the payment - let InvoiceNinja handle the initial processing
$payment = $this->blockonomics->createPayment($data, $statusId);
$payment->private_notes = "{$request->btc_address} - {$request->btc_amount}";
$payment->save();