Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
This paste will be private.
def add_customer_data(post, options) if options.has_key? :email post[:email] = options[:email] end if options.has_key? :ip post[:ipaddress] = options[:ip] end if options.has_key? :recurring post[:product_sku_1] = options[:recurring] end end
Pasted June 23, 2008 8:34PM EDT
Embed