self::STATUS_PENDING, ]; /** * @var array */ protected $fillable = [ 'order_id', 'after_sale_id', 'amount', 'status', 'failed_reason', ]; }