Skip to content

Commit a9fa5e4

Browse files
fix function call
1 parent 3d5a7a7 commit a9fa5e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/Examples/eSignature/AccessCodeAuthenticationService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public static function accessCodeAuthentication(array $args, $clientService, $de
2020
{
2121
# 1. Create the envelope request object
2222
#ds-snippet-start:eSign19Step3
23-
$envelope_definition = AccessCodeAuthenticationService::make_envelope($args["envelope_args"], $demoDocsPath);
23+
$envelope_definition = AccessCodeAuthenticationService::makeEnvelope($args["envelope_args"], $demoDocsPath);
2424
#ds-snippet-end:eSign19Step3
2525

2626
# 2. call Envelopes::create API method

0 commit comments

Comments
 (0)