PHP Paypal item description -


so managed paypal checkout working,

the problem is, whenever gets paypal checkout, theres no item description: enter image description here

edit: found out not picking database stuff anymore:

<input type='hidden' name='item_name' value='".$row['name']."'> 

according html variable reference should item_name

<input type='hidden' name='item_name' value='".$row['description']."' />  

Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -