fix: update `getCustomerFiles` method signature in `AbstractOrder`
Updated the getCustomerFiles
method signature in AbstractOrder.php
to accept an optional
boolean parameter $parsing
. Method can now be customized to return parsed file information or raw
data.