Skip to content

Instantly share code, notes, and snippets.

@Kevinwlee
Created September 1, 2010 21:23
Show Gist options
  • Save Kevinwlee/561390 to your computer and use it in GitHub Desktop.
Save Kevinwlee/561390 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'chargify_api_ares'
require 'cgi'
Chargify.configure do |c|
c.subdomain = 'acme'
c.api_key = 'x'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment