Request value is changed
This commit is contained in:
		| @@ -67,7 +67,7 @@ class TaxesTest extends FeatureTestCase | ||||
|             'company_id' => $this->company->id, | ||||
|             'name' => $this->faker->text(15), | ||||
|             'rate' => $this->faker->randomFloat(2, 10, 20), | ||||
|             'type' => 'Normal', | ||||
|             'type' => $this->faker->randomElement(['normal', 'inclusive', 'compound']), | ||||
|             'enabled' => $this->faker->boolean ? 1 : 0 | ||||
|         ]; | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user