Good day. I connect PayPal Express Checkout
, and I need to transfer additional data on the order. The docks are written about such an element of the array as "Custom". That is, you just need to create a field with the same name in the form. I do - as a result is empty. Does anyone know about this what's the problem?
|
1 answer
if my memory serves me, then you can send a CUSTOM value in the SetExpressCheckout
process, this data is added to DoExpressCheckoutPayment
and they are visible when PayPal GetExpressCheckoutDetails
your GetExpressCheckoutDetails
unless PP changed something again, they love it
- Yes, I already found this method, though for some reason it did not work - the data did not return from the paper - an empty result in the field. Maybe I did something wrong. But I decided to use another option - just at the moment the set of the checkout recorded the data in the database, and at the finish I took out a token. But thanks for responding! - Dzedzik
|