@@ -28,10 +28,10 @@ public static function applyBrandToEnvelope(array $args, $demoDocsPath, $clientS
28
28
29
29
30
30
# Step 4. Call the eSignature REST API
31
- // ds-snippet-start:eSign29Step4
31
+ # ds-snippet-start:eSign29Step4
32
32
$ envelope_api = $ clientService ->getEnvelopeApi ();
33
33
$ createdEnvelope = $ envelope_api ->createEnvelope ($ args ['account_id ' ], $ envelope_definition );
34
- // ds-snippet-end:eSign29Step4
34
+ # ds-snippet-end:eSign29Step4
35
35
36
36
return ['envelope_id ' => $ createdEnvelope ->getEnvelopeId ()];
37
37
}
@@ -45,7 +45,7 @@ public static function applyBrandToEnvelope(array $args, $demoDocsPath, $clientS
45
45
public static function make_envelope (array $ args , $ clientService , $ demoDocsPath ): EnvelopeDefinition
46
46
{
47
47
48
- // ds-snippet-start:eSign29Step3
48
+ # ds-snippet-start:eSign29Step3
49
49
$ envelope_definition = CreateAnEnvelopeFunctionService::make_envelope ($ args , $ clientService , $ demoDocsPath );
50
50
$ envelope_definition ->setStatus ('sent ' );
51
51
@@ -82,6 +82,6 @@ public static function make_envelope(array $args, $clientService, $demoDocsPath)
82
82
return $ envelope_definition ;
83
83
84
84
}
85
- // ds-snippet-end:eSign29Step3
85
+ # ds-snippet-end:eSign29Step3
86
86
87
87
}
0 commit comments