PayPal discount can't make it work
问题 I'm trying to setup a discount for a the whole cart using PayPal + Codeigniter, I got this working withouth the discounts. As far as I've read the only thing that I would need to do is set a hidden field discount_amount_cart as I saw here Here is my form: <form method="post" action="https://www.sandbox.paypal.com/cgi-bin/webscr" name="paypal_form"> <input type="hidden" name="rm" value="2" /> <input type="hidden" name="cmd" value="_cart" /> <input type="hidden" name="upload" value="1" />