search for: paypal_to

Displaying 1 result from an estimated 1 matches for "paypal_to".

2006 Jun 29
0
Problem getting encrypted submit buttons working with the paypal gem and rails 1.1.2
...s_key.pem") @our_pubcert = File::read("#{RAILS_ROOT}/config/business_cert.pem") and confirmed via logger.info that I''m loading the correct data from the files. I use them in my form view like so: <%= paypal_setup @invoice_id, Money.us_dollar(@pp_amount_owed), @paypal_to, :business_key => @our_privatekey, :business_cert => @our_pubcert, :business_certid => @our_certid, :return => @pp_return, :item_name => @pp_item_name, :notify_url => url_for (:only_path => false, :action => ''paypal_ipn'') %> I set the certificate I...