Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
pdf-customizer
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
a5cdde8f
authored
2016-09-08 15:19:49 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
changes to preview
1 parent
11ddae0a
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
app/Http/Controllers/ApiController.php
public/files/js/interfaceGdrive.js
app/Http/Controllers/ApiController.php
View file @
a5cdde8
...
...
@@ -154,10 +154,11 @@ class ApiController extends Controller
$pdf
=
$pdf
->
pdf
(
$pdfId
);
$response
=
$pdfId
;
$statusCode
=
200
;
return
Response
::
json
(
$response
,
$statusCode
);
$UploaqdPdf
=
new
GoogledriveuploadpdfController
();
$UploaqdPdf
->
google_drive_upload
(
$folder
,
'new_'
.
$pdfLocation
,
$pdfId
,
$cust_id
);
return
Response
::
json
(
$response
,
$statusCode
);
}
public
function
getList
(
$json
)
...
...
public/files/js/interfaceGdrive.js
View file @
a5cdde8
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to post a comment