1 2 3 4 5 6 7 8 9 10 11 12 13 |
if options :email post[:email] = options[:email] end if options :ip post[:ipaddress] = options[:ip] end if options :recurring post[:product_sku_1] = options[:recurring] end end |
Pastie
Show Pastie some love
or read my new blog
1 2 3 4 5 6 7 8 9 10 11 12 13 |
if options :email post[:email] = options[:email] end if options :ip post[:ipaddress] = options[:ip] end if options :recurring post[:product_sku_1] = options[:recurring] end end |