Skip to content

Commit 059b2ce

Browse files
committed
breaking change test
1 parent 1251d4d commit 059b2ce

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)