Using paypal_base.dll and Payflow_dotNET.dll
Have the following setup:
SetExpressCheckoutRequestType.SetExpressCheckoutRequestDetails.AllowNote = "1"
When checking out with PayPal Express Checkout (sandbox), the user can add notes. However, when the user submits an item, the notes field is null. Specifically:
- Calling
DoExpressCheckoutPayment - Populating
DoExpressCheckoutPaymentResponseType
However, on the response, the Note field located here:
DoExpressCheckoutPaymentResponseDetails
is null. Is there some setting that I am missing? Is this not the field that corresponds to the order notes when using Paypal?
Thanks for the help!