Skip to content

Instantly share code, notes, and snippets.

@coderforhire
Created May 31, 2012 00:56
Show Gist options
  • Save coderforhire/2839978 to your computer and use it in GitHub Desktop.
Save coderforhire/2839978 to your computer and use it in GitHub Desktop.
def initialize(client_id = nil, client_secret = nil, options = {}, &block )
client_options = {
:site => " https://manage.stripe.com/oauth/authorize",
:authorize_path => "/oauth/authorize",
:access_token_path => "/oauth/token"
}
super(client_id, client_secret, client_options, &block)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment