diff --git a/README.md b/README.md index 1bc826d..d0f0d40 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,8 @@ class ResourceController < ApplicationController configJson, customerId, secretKey, - cookies + cookies, + request ) if(validationResult.doRedirect) diff --git a/sdk/test/TestKnownUser.rb b/sdk/test/TestKnownUser.rb index 9aa08c7..acbc7d3 100644 --- a/sdk/test/TestKnownUser.rb +++ b/sdk/test/TestKnownUser.rb @@ -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 \ No newline at end of file +end