芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/kwesioben.com/paymoney/app/Jobs/IPNHandlerCoinPaymentJob.php
trx = $trx; } /** * Execute the job. * * @return void */ public function handle() { // Do something... /* DATA RESPONSE $this->trx['payment_id']; $this->trx['payment_address']; $this->trx['coin']; $this->trx['fiat']; $this->trx['status_text']; $this->trx['status']; $this->trx['payment_created_at']; $this->trx['confirmation_at']; $this->trx['amount']; $this->trx['confirms_needed']; $this->trx['payload']; // Your custom data: Array() */ } }