seven há 1 semana atrás
pai
commit
396f8c952e
1 ficheiros alterados com 1 adições e 1 exclusões
  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' ,'remark'];
+    protected $fillable = ['type', 'order_no', 'member_id', 'amount' ,'channel' ,'bank_name' ,'account' ,'card_no' ,'status' ,'callback_url' ,'callback_data' ,'remark' ,'pay_no' ,'pay_url' ,'pay_data'];
 
     protected function getCreatedAtAttribute($value)
     {