refactor(catalog): add ticket_label to item attributes and update related logic
This commit is contained in:
@@ -170,6 +170,11 @@ class DesfilePuraTendenciaSeeder extends Seeder
|
||||
'inventory_subject' => InventorySubject::Seat->value,
|
||||
'has_tickets' => true,
|
||||
'attribute_codes' => array_keys($attributes),
|
||||
'ticket_attribute_labels' => [
|
||||
'sector' => 'Lado',
|
||||
'fila' => 'Fila',
|
||||
'asiento' => 'Asiento',
|
||||
],
|
||||
'variants' => $this->entryVariants(),
|
||||
'images' => [
|
||||
$this->uploadedImage(
|
||||
|
||||
Reference in New Issue
Block a user