oo
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -154,8 +154,8 @@ class ApiController extends Controller | ... | @@ -154,8 +154,8 @@ class ApiController extends Controller |
| 154 | $pdf = $pdf->pdf($pdfId); | 154 | $pdf = $pdf->pdf($pdfId); |
| 155 | $response = $pdfId; | 155 | $response = $pdfId; |
| 156 | $statusCode = 200; | 156 | $statusCode = 200; |
| 157 | $UploaqdPdf = new GoogledriveuploadpdfController(); | 157 | //$UploaqdPdf = new GoogledriveuploadpdfController(); |
| 158 | $UploaqdPdf->google_drive_upload($folder, 'new_'.$pdfLocation,$pdfId,$cust_id); | 158 | //$UploaqdPdf->google_drive_upload($folder, 'new_'.$pdfLocation,$pdfId,$cust_id); |
| 159 | 159 | ||
| 160 | return Response::json( $response, $statusCode); | 160 | return Response::json( $response, $statusCode); |
| 161 | 161 | ... | ... |
-
Please register or sign in to post a comment