The payer's country is not necessarily the same as the shipping address. If

they're different, we probably want it visible.
This commit is contained in:
Dave Lambley 2010-01-27 17:40:03 +00:00
parent 086d7f2f96
commit 13586cff9b

View file

@ -154,6 +154,7 @@ sub GetExpressCheckoutDetails {
StateOrProvince => 'PayerInfo/Address/StateOrProvince',
PostalCode => 'PayerInfo/Address/PostalCode',
Country => 'PayerInfo/Address/Country',
PayerCountry => 'PayerInfo/PayerCountry',
} );
return %details;