Add PayerName fields documented by PayPal.
(Seen in https://cms.paypal.com/us/cgi-bin/?&cmd=_render-content&content_ID=developer/e_howto_api_soap_r_GetExpressCheckoutDetails)
This commit is contained in:
parent
a43cf01976
commit
f9fec03e72
1 changed files with 3 additions and 0 deletions
|
@ -140,8 +140,11 @@ sub GetExpressCheckoutDetails {
|
|||
Payer => 'PayerInfo/Payer',
|
||||
PayerID => 'PayerInfo/PayerID',
|
||||
PayerStatus => 'PayerInfo/PayerStatus',
|
||||
Salutation => 'PayerInfo/PayerName/Saluation',
|
||||
FirstName => 'PayerInfo/PayerName/FirstName',
|
||||
MiddleName => 'PayerInfo/PayerName/MiddleName',
|
||||
LastName => 'PayerInfo/PayerName/LastName',
|
||||
Suffix => 'PayerInfo/PayerName/Suffix',
|
||||
PayerBusiness => 'PayerInfo/PayerBusiness',
|
||||
AddressStatus => 'PayerInfo/Address/AddressStatus',
|
||||
Name => 'PayerInfo/Address/Name',
|
||||
|
|
Loading…
Reference in a new issue