execute($request); } public function downloadV2(Request $request, GenerateCreditNotePdfV2Logic $logic) { return $logic->execute($request); } }