Response
# File lib/active_merchant/billing/gateways/payflow/payflow_express_response.rb, line 25 def address { 'name' => full_name, 'company' => nil, 'address1' => @params['street'], 'address2' => @params['shiptostreet2'], 'city' => @params['city'], 'state' => @params['state'], 'country' => @params['country'], 'zip' => @params['zip'], 'phone' => nil } end
# File lib/active_merchant/billing/gateways/payflow/payflow_express_response.rb, line 4 def email @params['e_mail'] end
# File lib/active_merchant/billing/gateways/payflow/payflow_express_response.rb, line 8 def full_name "#{@params['name']} #{@params['lastname']}" end
Really the shipping country, but it is all the information provided
# File lib/active_merchant/billing/gateways/payflow/payflow_express_response.rb, line 21 def payer_country address['country'] end
Generated with the Darkfish Rdoc Generator 2.