seven hai 1 semana
pai
achega
99a2c8d827
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Models/PaymentOrder.php

+ 1 - 1
app/Models/PaymentOrder.php

@@ -17,7 +17,7 @@ class PaymentOrder extends Authenticatable
     use HasApiTokens, Notifiable;
     protected $table = 'payment_orders';
     // protected $hidden = ['created_at', 'updated_at'];
-    protected $fillable = ['type', 'order_no', 'member_id', 'amount' ,'channel' ,'bank_name' ,'account' ,'card_no' ,'status' ,'callback_url' ,'callback_data'];
+    protected $fillable = ['type', 'order_no', 'member_id', 'amount' ,'channel' ,'bank_name' ,'account' ,'card_no' ,'status' ,'callback_url' ,'callback_data' ,'remark'];
 
     protected function getCreatedAtAttribute($value)
     {