From 45b6ee710e20d146db54aaa31c5156be1e09d62a Mon Sep 17 00:00:00 2001 From: Juan Pablo Vial Date: Tue, 13 May 2025 20:10:12 -0400 Subject: [PATCH] Job mas completo --- app/src/Controller/Ventas/Cuotas.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/Controller/Ventas/Cuotas.php b/app/src/Controller/Ventas/Cuotas.php index 419aca8..bbd3afc 100644 --- a/app/src/Controller/Ventas/Cuotas.php +++ b/app/src/Controller/Ventas/Cuotas.php @@ -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);