feature/cierres #31

Merged
aldarien merged 462 commits from feature/cierres into develop 2025-09-11 17:05:18 -03:00
242 changed files with 829 additions and 10500 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;
}
}