@@ -15,7 +15,7 @@ class FocusedViewService
1515{
1616 public static function worker (array $ args , SignatureClientService $ client_service , string $ demo_path , string $ pdf_file ): array
1717 {
18- // ds-snippet-start:eSign44Step3
18+ # ds-snippet-start:eSign44Step3
1919 $ envelope_definition = FocusedViewService::makeEnvelope ($ args ['envelope_args ' ], $ demo_path , $ pdf_file );
2020 $ envelope_api = $ client_service ->getEnvelopeApi ();
2121
@@ -26,9 +26,9 @@ public static function worker(array $args, SignatureClientService $client_servic
2626 exit ;
2727 }
2828 $ envelope_id = $ envelope_summary ->getEnvelopeId ();
29- // ds-snippet-end:eSign44Step3
29+ # ds-snippet-end:eSign44Step3
3030
31- // ds-snippet-start:eSign44Step4
31+ # ds-snippet-start:eSign44Step4
3232 $ authentication_method = 'None ' ;
3333
3434 $ recipient_view_request = $ client_service ->getRecipientViewRequest (
@@ -38,16 +38,16 @@ public static function worker(array $args, SignatureClientService $client_servic
3838
3939 $ recipient_view_request ->setFrameAncestors (['http://localhost:8080/public ' , 'https://apps-d.docusign.com ' ]);
4040 $ recipient_view_request ->setMessageOrigins (['https://apps-d.docusign.com ' ]);
41- // ds-snippet-end:eSign44Step4
41+ # ds-snippet-end:eSign44Step4
4242
43- // ds-snippet-start:eSign44Step5
43+ # ds-snippet-start:eSign44Step5
4444 $ view_url = $ client_service ->getRecipientView ($ args ['account_id ' ], $ envelope_id , $ recipient_view_request );
4545
4646 return ['envelope_id ' => $ envelope_id , 'redirect_url ' => $ view_url ['url ' ]];
47- // ds-snippet-end:eSign44Step5
47+ # ds-snippet-end:eSign44Step5
4848 }
4949
50- // ds-snippet-start:eSign44Step2
50+ # ds-snippet-start:eSign44Step2
5151 public static function makeEnvelope (array $ args , string $ demo_path , string $ pdf_file ): EnvelopeDefinition
5252 {
5353 $ content_bytes = file_get_contents ($ demo_path . $ pdf_file );
@@ -92,5 +92,5 @@ public static function makeEnvelope(array $args, string $demo_path, string $pdf_
9292 ]
9393 );
9494 }
95- // ds-snippet-end:eSign44Step2
95+ # ds-snippet-end:eSign44Step2
9696}
0 commit comments