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

@@ -35,4 +35,8 @@ return [
],
],
'integrations' => [
'secret' => env('INTEGRATION_SECRET'),
],
];