commerce
commerce copied to clipboard
Refactor `$pdf` param in `Pdfs::renderPdfForOrder()` method signature
Description
Currently, the method allows for the passing of null in the $pdf param, however, the code in the method does not protect against this value potentially being null. This can lead to errors occurring.
Related: #2605