Skip to content

Commit 24cae75

Browse files
committed
DEVDOCS-10499 cd tags
1 parent a1c277b commit 24cae75

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Services/Examples/eSignature/ResponsiveSigningService.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
class ResponsiveSigningService
1717
{
18-
// Step 3 start
18+
#ds-snippet-start:eSign38step3
1919
public static function worker(array $args, SignatureClientService $clientService, string $demoPath): string
2020
{
2121
$envelopeDefinition = ResponsiveSigningService::make_envelope($args["envelope_args"], $demoPath);
@@ -39,7 +39,7 @@ public static function worker(array $args, SignatureClientService $clientService
3939

4040
return $viewUrl['url'];
4141
}
42-
// Step 3 end
42+
#ds-snippet-end:eSign38step3
4343

4444
/**
4545
* Creates envelope definition
@@ -48,7 +48,7 @@ public static function worker(array $args, SignatureClientService $clientService
4848
* @return EnvelopeDefinition -- returns an envelope definition
4949
*/
5050

51-
// Step 2 start
51+
#ds-snippet-start:eSign38step2
5252
private static function make_envelope(array $args, string $demoPath): EnvelopeDefinition
5353
{
5454
$l1_price = 5;
@@ -154,5 +154,5 @@ private static function make_envelope(array $args, string $demoPath): EnvelopeDe
154154
]
155155
);
156156
}
157-
// Step 2 end
157+
#ds-snippet-end:eSign38step2
158158
}

0 commit comments

Comments
 (0)