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;