One Hat Cyber Team
Your IP :
3.16.48.173
Server IP :
104.21.7.16
Server :
Linux server3.shared.spaceship.host 4.18.0-372.9.1.1.lve.el8.x86_64 #1 SMP Tue May 24 07:49:22 EDT 2022 x86_64
Server Software :
LiteSpeed
PHP Version :
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
rlcugxuggt
/
web.dafriappsdev.com
/
app
/
Models
/
Edit File:
PaymentInvoice.php
<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; class PaymentInvoice extends Model { /** * The attributes that are mass assignable. * * @var array */ protected $fillable = [ "order_id", "client_id", "InvoiceId", "InvoiceStatus", "InvoiceValue", "Currency", "InvoiceDisplayValue", "TransactionId", "TransactionStatus", "PaymentGateway", "PaymentId", "CardNumber" ]; }
Simpan