芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/myvyralapp.com/bck/app/Http/Resources/User/MerchantPaymentLogs.php
1, "pending" => 2, "rejected" => 3, ]; return [ 'id' => $this->id, 'trx' => $this->trx_id, 'transaction_type' => $this->type, 'transaction_heading' => "Payment Money to @" . @$this->details->payment_to." (".@$this->details->pay_type.")", 'request_amount' => getAmount($this->request_amount,2).' '.get_default_currency_code() , 'payable' => getAmount($this->payable,2).' '.get_default_currency_code(), 'env_type' => $this->details->env_type, 'sender_amount' => getAmount($this->details->charges->sender_amount,2).' '.get_default_currency_code(), 'recipient' => $this->details->receiver_username, 'recipient_amount' => getAmount($this->details->charges->receiver_amount,2).' '.get_default_currency_code(), 'status' => $this->stringStatus->value , 'date_time' => $this->created_at , 'status_info' =>(object)$statusInfo , 'rejection_reason' =>$this->reject_reason??"" , ]; } }