feat: add checkout editing policy to tenants and update related logic across services and resources
This commit is contained in:
@@ -59,6 +59,8 @@ class BootstrapTenantControllerTest extends TestCase
|
||||
'codigo' => 'acme',
|
||||
'nombre' => 'Acme',
|
||||
'dominio' => 'acme.com',
|
||||
'address' => 'Calle Test 123, Rosario',
|
||||
'phone' => '+54 341 555 1234',
|
||||
'primary_color' => '#ff0000',
|
||||
'secondary_color' => '#00ff00',
|
||||
'danger_color' => '#0000ff',
|
||||
@@ -84,6 +86,8 @@ class BootstrapTenantControllerTest extends TestCase
|
||||
->assertOk()
|
||||
->assertJsonPath('data.codigo', 'acme')
|
||||
->assertJsonPath('data.dominio', 'acme.com')
|
||||
->assertJsonPath('data.address', 'Calle Test 123, Rosario')
|
||||
->assertJsonPath('data.phone', '+54 341 555 1234')
|
||||
->assertJsonPath('data.primary_color', '#ff0000')
|
||||
->assertJsonPath('data.secondary_color', '#00ff00')
|
||||
->assertJsonPath('data.danger_color', '#0000ff')
|
||||
|
||||
Reference in New Issue
Block a user