Posted by Jason
2013-12-22

Question regqarding the web/ipn/sublcass/CProductInfo.inc.php

I have a unique pdf being generated and the file name of this pdf is dynamically entered as the item_name in the paypal button code. The problem is that when I try and access the $pi['item_name'] it automatically returns the default name in the config file. How can I get the dynamic name from the button submit rather than the config file? thanks
Posted by Tom
2013-12-23

Hi Jason,

>$pi['item_name'] it automatically returns the default name in the config file.

Yes, that's by design. I didn't consider the way you use it when I wrote it. Well, you need to modify the script to accomplish it. Probably, it won't be difficult.