feat: implement product attribute options with database migration, resource, and validation requests
This commit is contained in:
@@ -37,7 +37,7 @@ class CartControllerTest extends TestCase
|
||||
'tenant_codigo' => 'acme',
|
||||
'codigo' => 'color',
|
||||
'nombre' => 'Color',
|
||||
'type' => 'text',
|
||||
'type' => 'string',
|
||||
]);
|
||||
|
||||
ProductVariantDefinition::query()->create([
|
||||
|
||||
Reference in New Issue
Block a user