feature/cierres #30

Merged
aldarien merged 460 commits from feature/cierres into develop 2025-09-11 15:16:17 -03:00
235 changed files with 721 additions and 8330 deletions
Showing only changes of commit 45b6ee710e - Show all commits

View File

@ -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);