Reputation: 1138
I'm using the PayPal PHP SDK to do a DoDirectPayment
request and the example code and the class documentation doesn't explain how to add an email address to the request. Is that possible somehow?
Thanks!
Upvotes: 1
Views: 49
Reputation: 1138
The email address can be supplied using the Payer
property on PayerInfoType
as explained here.
Upvotes: 2