From d6112d3048634200d548e7ba878ce5b0a19b984a Mon Sep 17 00:00:00 2001 From: Kenio de Souza Date: Wed, 17 Dec 2025 10:12:08 -0300 Subject: [PATCH] =?UTF-8?q?fix():=20Ajuste=20na=20atualiza=C3=A7=C3=A3o=20?= =?UTF-8?q?de=20movimenta=C3=A7=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../financial_movements_ticket_consult.php | 4 +++- vendor/model/FinancialMovements.class.php | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/vendor/action/financial_movements/financial_movements_ticket_consult.php b/vendor/action/financial_movements/financial_movements_ticket_consult.php index 7775af5..41fe34c 100644 --- a/vendor/action/financial_movements/financial_movements_ticket_consult.php +++ b/vendor/action/financial_movements/financial_movements_ticket_consult.php @@ -112,7 +112,9 @@ try{ $note, 0, $movement_value_registration_tariff, - $movement_value_settlement_tariff)){ + $movement_value_settlement_tariff, + null, + null)){ /** Prepara o retorno */ $res = 'Consolidado com sucesso!'; diff --git a/vendor/model/FinancialMovements.class.php b/vendor/model/FinancialMovements.class.php index 04c3a2b..02b09ed 100644 --- a/vendor/model/FinancialMovements.class.php +++ b/vendor/model/FinancialMovements.class.php @@ -1247,8 +1247,8 @@ class FinancialMovements ? float $movementValueFees, ? float $movementValueRegistrationTariff, ? float $movementValueSettlementTariff, - int $movementUserConfirmed, - string $description) + ? int $movementUserConfirmed, + ? string $description) { /** Parametros de entrada */ $this->financialMovementsId = $financialMovementsId;