Job mas completo
This commit is contained in:
@ -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);
|
||||||
|
Reference in New Issue
Block a user