Validate with service

This commit is contained in:
Juan Pablo Vial
2025-05-29 19:43:06 -04:00
parent b4159d1417
commit f399eb8d47
3 changed files with 12 additions and 1 deletions

View File

@ -30,7 +30,7 @@ return [
'externalPaths' => [
'/api/external' => [
'/toku/success' => [
'header' => 'x-api-key',
'validator' => Incoviba\Service\Venta\MediosPago\Toku::class,
'token' => $_ENV['TOKU_TOKEN']
]
],