Facturacion, se agrega PropiedadUnidad
This commit is contained in:
@ -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}");
|
||||
|
Reference in New Issue
Block a user