feature/cierres #30

Merged
aldarien merged 460 commits from feature/cierres into develop 2025-09-11 15:16:17 -03:00
189 changed files with 659 additions and 6714 deletions
Showing only changes of commit 3f8adc753c - Show all commits

View File

@ -19,6 +19,7 @@ class Enqueue extends Command
$body = ['venta_ids' => explode('|', $input->getArgument('venta_ids'))];
$response = $this->client->post($uri, ['json' => $body]);
$output->writeln("Response Code: {$response->getStatusCode()}");
$output->writeln($response->getBody()->getContents());
return Console\Command\Command::SUCCESS;
}
}