Skip to content

Commit afd8f37

Browse files
update phone auth
1 parent 91fca6d commit afd8f37

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

app/services/e_sign/eg020_phone_authentication_service.rb

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff 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-
>>>>>>> 05e033800b84776cb28f1e661209b778096626a5
113104
end
114105

115106
def get_workflow(args)

0 commit comments

Comments
 (0)