From 13586cff9befbd58298250efa9a2021e43ac51a2 Mon Sep 17 00:00:00 2001 From: Dave Lambley Date: Wed, 27 Jan 2010 17:40:03 +0000 Subject: [PATCH] The payer's country is not necessarily the same as the shipping address. If they're different, we probably want it visible. --- lib/Business/PayPal/API/ExpressCheckout.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Business/PayPal/API/ExpressCheckout.pm b/lib/Business/PayPal/API/ExpressCheckout.pm index 2c90ece..995f46b 100644 --- a/lib/Business/PayPal/API/ExpressCheckout.pm +++ b/lib/Business/PayPal/API/ExpressCheckout.pm @@ -154,6 +154,7 @@ sub GetExpressCheckoutDetails { StateOrProvince => 'PayerInfo/Address/StateOrProvince', PostalCode => 'PayerInfo/Address/PostalCode', Country => 'PayerInfo/Address/Country', + PayerCountry => 'PayerInfo/PayerCountry', } ); return %details;