Skip to content

Commit 67d7968

Browse files
authored
added Step 5 comments
1 parent 0cce4e1 commit 67d7968

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Services/Examples/eSignature/InPersonSigningService.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ public static function worker(
3838
$clientService->showErrorTemplate($e);
3939
exit;
4040
}
41-
4241
# Step 3 end
4342

43+
# Step 5 start
4444
$authentication_method = 'None';
4545

4646
$envelopeArguments = [
@@ -58,7 +58,8 @@ public static function worker(
5858

5959
return $viewUrl['url'];
6060
}
61-
61+
# Step 5 end
62+
6263
/**
6364
* Creates envelope definition
6465
* Parameters for the envelope: signer_email, signer_name, signer_client_id
@@ -110,6 +111,5 @@ private static function _prepareEnvelope(string $hostName, string $demoPath): En
110111
]
111112
);
112113
}
113-
114114
#Step 2 end
115115
}

0 commit comments

Comments
 (0)