User::factory(), 'transaction_id' => $this->faker->uuid(), 'status' => $this->faker->randomElement(['completed', 'pending', 'failed']), 'description' => $this->faker->sentence(), 'amount' => $this->faker->randomFloat(2, 1, 100), 'currency' => 'USD', ]; } }