$this->faker->firstName(), 'last_name' => $this->faker->lastName, 'email' => $this->faker->email, 'address_type' => CartAddress::ADDRESS_TYPE_BILLING, ]; } }