search for: gateway_mode

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

2007 Oct 13
4
Chapter 9
...quot;Order #{id} failed with error message #{e}") self.error_message = ''Error while processing order'' self.status = ''failed'' end save! self.status == ''processed'' end end def process_with_active_merchant Base.gateway_mode = :test gateway = PaypalGateway.new( :login => ''xxx_xxxxx_biz_api1.xxx.com'', :password => ''xxxxxx'', :pem => File.read(File.join(File.dirname(__FILE__), "../../ config/paypal/cert_key_pem.txt"))) #:cert_path =&...