File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Controllers/Examples/eSignature
Services/Examples/eSignature Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 44 * it directly from the app without having to open an email.
55 */
66
7- namespace Example \Controllers \Examples \eSignature ;
7+ namespace DocuSign \Controllers \Examples \eSignature ;
88
9- use Example \Controllers \eSignBaseController ;
10- use Example \Services \Examples \eSignature \FocusedViewService ;
9+ use DocuSign \Controllers \eSignBaseController ;
10+ use DocuSign \Services \Examples \eSignature \FocusedViewService ;
1111
1212class EG044FocusedView extends eSignBaseController
1313{
Original file line number Diff line number Diff line change 11<?php
22
3- namespace Example \Services \Examples \eSignature ;
3+ namespace DocuSign \Services \Examples \eSignature ;
44
55use DocuSign \eSign \Client \ApiException ;
66use DocuSign \eSign \Model \Document ;
99use DocuSign \eSign \Model \Signer ;
1010use DocuSign \eSign \Model \SignHere ;
1111use DocuSign \eSign \Model \Tabs ;
12- use Example \Services \SignatureClientService ;
12+ use DocuSign \Services \SignatureClientService ;
1313
1414class FocusedViewService
1515{
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ <h2>The document has been embedded with focused view.</h2>
3434
3535< p > < a href ="/public/ "> Continue</ a > </ p >
3636
37- < script src ='http ://js.docusign.com/bundle.js '> </ script >
37+ < script src ='https ://js.docusign.com/bundle.js '> </ script >
3838< script >
3939 window . DocuSign . loadDocuSign ( '{{ integration_key }}' )
4040 . then ( ( docusign ) => {
You can’t perform that action at this time.
0 commit comments