Skip to content

Commit b02f947

Browse files
minor fix for example 23
1 parent 5b9ea3f commit b02f947

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/services/e_sign/eg023_idv_authentication_service.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def initialize(args)
99
end
1010

1111
def worker
12-
# ***DS.snippet.0.start
12+
envelope_args = args[:envelope_args]
1313

1414
# Step 3. Obtain your workflow ID
1515
accounts_api = create_account_api(args)
@@ -88,7 +88,6 @@ def worker
8888
results = envelope_api.create_envelope args[:account_id], envelope_definition
8989
# Step 5 end
9090

91-
session[:envelope_id] = results.envelope_id
9291
results
9392
end
9493
end

0 commit comments

Comments
 (0)