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:
parent
086d7f2f96
commit
13586cff9b
1 changed files with 1 additions and 0 deletions
|
@ -154,6 +154,7 @@ sub GetExpressCheckoutDetails {
|
|||
StateOrProvince => 'PayerInfo/Address/StateOrProvince',
|
||||
PostalCode => 'PayerInfo/Address/PostalCode',
|
||||
Country => 'PayerInfo/Address/Country',
|
||||
PayerCountry => 'PayerInfo/PayerCountry',
|
||||
} );
|
||||
|
||||
return %details;
|
||||
|
|
Loading…
Reference in a new issue