Skip to content

Instantly share code, notes, and snippets.

@brandon-beacher
Created October 14, 2011 20:29
Show Gist options
  • Save brandon-beacher/1288243 to your computer and use it in GitHub Desktop.
Save brandon-beacher/1288243 to your computer and use it in GitHub Desktop.
product = ChargifyProduct.find_or_initialize_by_product_id('29535')
product.update_attributes!(
:handle => "gold-level-partner-99",
:name => "Gold Partner (Monthly) $99",
:rate => "$99 every 30 days",
:production => true,
:setup_fee => "$0",
:data => { :gold => true, :offline => false } )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment