Skip to content

Commit 320cabf

Browse files
Merge branch 'master' of github.com:docusign/code-examples-ruby-private
2 parents 2089392 + d4fa16c commit 320cabf

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

app/services/e_sign/eg035_scheduled_sending_service.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ def make_envelope(envelope_args)
9090
)
9191

9292
scheduled_sending = DocuSign_eSign::ScheduledSendingApiModel.new(
93-
status: "pending",
9493
rules: [rule]
9594
)
9695

app/services/e_sign/eg036_delayed_routing_service.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ def make_envelope(envelope_args)
114114
action: 'pause_before',
115115
triggerOnItem: 'routing_order',
116116
itemId: 2,
117-
status: 'pending',
118117
delayedRouting: delayed_routing
119118
)
120119
workflow = DocuSign_eSign::Workflow.new(workflowSteps: [workflow_step])

app/views/e_sign/eg018_get_envelope_custom_field_data/get.html.erb

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,18 @@
2323
</p>
2424

2525
<% if @envelope_ok %>
26-
<p>The last envelope you created with the launcher will be queried.</p>
26+
<p>
27+
The last envelope you created with the launcher will be queried.
28+
Recommendation: Create an envelope using <a href="eg016">example 16</a> then use this example in order to see an example of custom tab values.
29+
</p>
2730

2831
<form class="eg" action="" method="post" data-busy="form">
2932
<button type="submit" class="btn btn-docu">Continue</button>
3033
</form>
3134

3235
<% else %>
33-
<p>Problem: please first create an envelope using <a href="eg002">example 2.</a> <br/>
34-
Thank you.</p>
36+
<p>Problem: Please first create an envelope using <a href="eg016">example 16</a>.
37+
</p>
3538

3639
<form class="eg" action="eg002" method="get">
3740
<button type="submit" class="btn btn-docu">Continue</button>

0 commit comments

Comments
 (0)