Skip to content

Commit da2d704

Browse files
committed
fixed IPS step comments
1 parent ce4c9c4 commit da2d704

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

app/eSignature/examples/eg039_in_person_signer.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ def worker(cls, args):
5555
envelope_id = results.envelope_id
5656
# Step 3 end
5757

58-
# Step 4 start
5958
# 3. Create the Recipient View request object
59+
# Step 4 start
6060
recipient_view_request = RecipientViewRequest(
6161
authentication_method=authentication_method,
6262
recipient_id="1",
@@ -74,7 +74,6 @@ def worker(cls, args):
7474
envelope_id=envelope_id,
7575
recipient_view_request=recipient_view_request
7676
)
77-
7877
# Step 5 end
7978

8079
return {"envelope_id": envelope_id, "redirect_url": results.url}

0 commit comments

Comments
 (0)