commerce icon indicating copy to clipboard operation
commerce copied to clipboard

Refactor `$pdf` param in `Pdfs::renderPdfForOrder()` method signature

Open nfourtythree opened this issue 4 years ago • 0 comments

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

nfourtythree avatar Dec 13 '21 10:12 nfourtythree