feat: configure integration secret and update seeder for Telepagos integration

This commit is contained in:
2026-07-03 15:35:31 -03:00
parent 21b8fa5f35
commit ee3be8d550
4 changed files with 492 additions and 14 deletions

View File

@@ -28,6 +28,7 @@ class DatabaseSeeder extends Seeder
CategorySeeder::class,
BrandSeeder::class,
ProductCatalogFromImagesSeeder::class,
TelepagosIntegrationSeeder::class,
]);
}
}