@@ -28,10 +28,10 @@ public static function applyBrandToEnvelope(array $args, $demoDocsPath, $clientS
2828
2929
3030 # Step 4. Call the eSignature REST API
31- // ds-snippet-start:eSign29Step4
31+ # ds-snippet-start:eSign29Step4
3232 $ envelope_api = $ clientService ->getEnvelopeApi ();
3333 $ createdEnvelope = $ envelope_api ->createEnvelope ($ args ['account_id ' ], $ envelope_definition );
34- // ds-snippet-end:eSign29Step4
34+ # ds-snippet-end:eSign29Step4
3535
3636 return ['envelope_id ' => $ createdEnvelope ->getEnvelopeId ()];
3737 }
@@ -45,7 +45,7 @@ public static function applyBrandToEnvelope(array $args, $demoDocsPath, $clientS
4545 public static function make_envelope (array $ args , $ clientService , $ demoDocsPath ): EnvelopeDefinition
4646 {
4747
48- // ds-snippet-start:eSign29Step3
48+ # ds-snippet-start:eSign29Step3
4949 $ envelope_definition = CreateAnEnvelopeFunctionService::make_envelope ($ args , $ clientService , $ demoDocsPath );
5050 $ envelope_definition ->setStatus ('sent ' );
5151
@@ -82,6 +82,6 @@ public static function make_envelope(array $args, $clientService, $demoDocsPath)
8282 return $ envelope_definition ;
8383
8484 }
85- // ds-snippet-end:eSign29Step3
85+ # ds-snippet-end:eSign29Step3
8686
8787}
0 commit comments