Skip to content

Commit

Permalink
Merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
frwiqueueit committed Aug 31, 2017
2 parents 4f91cc5 + 9375435 commit cba2fcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ class ResourceController < ApplicationController
configJson,
customerId,
secretKey,
cookies
cookies,
request
)

if(validationResult.doRedirect)
Expand Down
2 changes: 1 addition & 1 deletion sdk/test/TestKnownUser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -839,4 +839,4 @@ def test_validateRequestByIntegrationConfig_CancelAction
assert( userInQueueService.validateCancelRequestCalls[0]["config"].cookieDomain == ".test.com" )
assert( userInQueueService.validateCancelRequestCalls[0]["config"].version == 3 )
end
end
end

0 comments on commit cba2fcb

Please sign in to comment.