File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -94,22 +94,13 @@ def call
9494 # To request that the envelope be created as a draft, set to "created"
9595 envelope_definition . recipients = recipients
9696 envelope_definition . status = envelope_args [ :status ]
97- <<<<<<< HEAD
98- # Step 3 end
99-
100- # Call the eSignature REST API
101- # Step 4 start
102- results = envelope_api . create_envelope args [ :account_id ] , envelope_definition
103- # Step 4 end
104- =======
10597 # Step 4 end
10698
10799 # Call the eSignature REST API
108100 # Step 5 start
109101 envelope_api = create_envelope_api ( args )
110102 results = envelope_api . create_envelope args [ :account_id ] , envelope_definition
111103 # Step 5 end
112- >>>>>>> 05e033800 b84776cb28f1e661209b778096626a5
113104 end
114105
115106 def get_workflow ( args )
You can’t perform that action at this time.
0 commit comments