Job mas completo

This commit is contained in:
Juan Pablo Vial
2025-05-13 20:10:12 -04:00
parent c84277fdc4
commit 45b6ee710e

View File

@ -113,7 +113,8 @@ class Cuotas
if (count($cuotas) > 0) { if (count($cuotas) > 0) {
$data = [ $data = [
'type' => 'request', 'type' => 'request',
'action' => "/api/external/toku/cuotas/{$venta->id}", 'url' => "/api/external/toku/cuotas/{$venta->id}",
'method' => 'post',
'body' => compact('cuotas') 'body' => compact('cuotas')
]; ];
$queueService->enqueue($data); $queueService->enqueue($data);