Created
October 14, 2011 20:29
-
-
Save brandon-beacher/1288243 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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