0

how to pass 2 custom variables to paypal in php any one know, help me please.......

hwd
  • 139
  • 2
  • 4
  • 10
  • Does this help? http://stackoverflow.com/questions/1838585/passing-custom-variables-to-paypal-ipn – nuqqsa May 11 '10 at 09:39

1 Answers1

0

According to this thread, it's not officially supported by PayPal: https://www.x.com/message/187862#187862

However, you can implement a workaround by stringing values together and cramming them into the "custom" variable.

Good luck!

Crashalot
  • 33,605
  • 61
  • 269
  • 439