Job mas completo
This commit is contained in:
@ -113,7 +113,8 @@ class Cuotas
|
||||
if (count($cuotas) > 0) {
|
||||
$data = [
|
||||
'type' => 'request',
|
||||
'action' => "/api/external/toku/cuotas/{$venta->id}",
|
||||
'url' => "/api/external/toku/cuotas/{$venta->id}",
|
||||
'method' => 'post',
|
||||
'body' => compact('cuotas')
|
||||
];
|
||||
$queueService->enqueue($data);
|
||||
|
Reference in New Issue
Block a user