Add btc_amount to payment custom values in Blockonomics payment processing

This commit is contained in:
cnohall 2025-05-13 13:35:43 +09:00
parent e2c07c52c8
commit 6317326cad
1 changed files with 1 additions and 0 deletions

View File

@ -178,6 +178,7 @@ class Blockonomics implements LivewireMethodInterface
$payment = $this->blockonomics->createPayment($data, $statusId);
$payment->custom_value1 = $request->txid;
$payment->custom_value2 = $request->btc_address;
$payment->custom_value3 = $request->btc_amount;
$payment->save();
SystemLogger::dispatch(