Exception message: Deprecated Functionality: round(): Passing null to parameter #1 ($num) of type int|float is deprecated in magento 2.4.6
I updated my php version is 8.3 and magento version is 2.4.6 currently facing issue with round functionality. Exception message: Deprecated Functionality: round(): Passing null to parameter #1 ($num) of type int|float is deprecated Fee.php $amount = $invoice->getHandlingCharges(); $amount +=… Read More »Exception message: Deprecated Functionality: round(): Passing null to parameter #1 ($num) of type int|float is deprecated in magento 2.4.6