false, 'amount' => $this->faker->numberBetween(1, 10), 'date' => $this->faker->date(), 'transaction_reference' => $this->faker->text(10), 'type_id' => Payment::TYPE_CREDIT_CARD, 'status_id' => Payment::STATUS_COMPLETED, ]; } }