Facturacion, se agrega PropiedadUnidad

This commit is contained in:
2023-11-29 20:09:08 -03:00
parent 094209823a
commit 39048e12b3
24 changed files with 716 additions and 55 deletions

View File

@ -14,9 +14,8 @@ class UF extends Command
{
$this->logger->debug("Running {$this->getName()}");
$now = new DateTimeImmutable();
$uri = '/api/money';
$uri = '/api/money/uf';
$data = [
'provider' => 'uf',
'fecha' => $now->format('Y-m-d')
];
$output->writeln("POST {$uri}");