Skip to content

Commit 9d6702b

Browse files
committed
Update README.md
* Fix misspelling of `transation_id` to `transaction_id`
1 parent 0ab6613 commit 9d6702b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -466,8 +466,8 @@ and this method process the SAML Logout Response sent by the IdP as reply of the
466466
def process_logout_response
467467
settings = Account.get_saml_settings
468468
469-
if session.has_key? :transation_id
470-
logout_response = OneLogin::RubySaml::Logoutresponse.new(params[:SAMLResponse], settings, :matches_request_id => session[:transation_id])
469+
if session.has_key? :transaction_id
470+
logout_response = OneLogin::RubySaml::Logoutresponse.new(params[:SAMLResponse], settings, :matches_request_id => session[:transaction_id])
471471
else
472472
logout_response = OneLogin::RubySaml::Logoutresponse.new(params[:SAMLResponse], settings)
473473
end

0 commit comments

Comments
 (0)