Skip to content

Commit 155176a

Browse files
committed
revert the bug set on idvAuthService file
1 parent 059b2ce commit 155176a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/Examples/eSignature/IDVAuthenticationService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public static function idvAuthentication(array $args, $clientService, $demoDocsP
3838
$envelope_definition
3939
);
4040

41-
return ['envelope_id' => $envelopeResponse->getEnvelopeId()]
41+
return ['envelope_id' => $envelopeResponse->getEnvelopeId()];
4242
#ds-snippet-end:eSign23Step5
4343
}
4444

0 commit comments

Comments
 (0)