feat: G1/SP2 реквизиты клиента + ИНН по DaData + гейт первого проекта

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Дмитрий
2026-06-18 22:25:23 +03:00
parent 53fb7b7760
commit 08d51eb6c8
33 changed files with 2456 additions and 23 deletions
@@ -14,7 +14,7 @@ uses(DatabaseTransactions::class);
beforeEach(function () {
Queue::fake();
$this->tenant = Tenant::factory()->create();
$this->tenant = Tenant::factory()->withRequisites()->create();
$this->user = User::factory()->create(['tenant_id' => $this->tenant->id]);
DB::statement('SET app.current_tenant_id = '.$this->tenant->id);