Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions lib/omniauth/strategies/ecwid.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ class Ecwid < OmniAuth::Strategies::OAuth2
uid {
access_token.params.fetch("store_id")
}

# ecwid doesnt like it when the query params are also passed
def callback_url
full_host + script_name + callback_path
end

end
end
end