Note that there are some explanatory texts on larger screens.

plurals
  1. POWhy paypal sandbox not redirecting?
    primarykey
    data
    text
    <pre><code>&lt;form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="POST"&gt; &lt;input type="hidden" name="invoice" id="" value="&lt;?php echo $pay_data['order_id']; ?&gt;" /&gt; &lt;input type="hidden" name="cmd" value="_xclick"&gt; &lt;input type="hidden" name="business" value="mymail@gmail.com"&gt; &lt;input type="hidden" name="item_name" value="suite number"&gt; &lt;input type="hidden" name="item_number" value="1"&gt; &lt;input type="hidden" name="amount" value="&lt;?php echo $pay_data['amount']; ?&gt;"&gt; &lt;input type="hidden" name="no_shipping" value="1"&gt; &lt;input type="hidden" name="no_note" value="1"&gt; &lt;input type="hidden" name="currency_code" value="USD"&gt; &lt;input type="hidden" name="lc" value="US"&gt; &lt;input type="hidden" name="bn" value="PP-BuyNowBF"&gt; &lt;input type="hidden" name="return" value="&lt;?php echo base_url()."/home/paypal_subscripton"; ?&gt;"&gt; &lt;input type="hidden" name="cancel_return" value="&lt;?php echo base_url(); ?&gt;"&gt; &lt;input type="hidden" name="notify_url" value="&lt;?php echo base_url(); ?&gt;" /&gt; &lt;input type="submit" value="Donate!" /&gt; &lt;/form&gt; </code></pre> <p>i payed successfully with this code. but page is not redirecting to my website? what is the problem with my code?</p> <pre><code>amount: 1 bn: PP-BuyNowBF business: mymail@gmail.com cancel_return: http://localhost/ebin/Spacelance/ cmd: _xclick currency_code: USD invoice: 50d04dd5ab186 item_name: suite number item_number: 1 lc: US no_note: 1 no_shipping: 1 notify_url: http://mydomain/ebin/Spacelance/ return: http://mydomain/ebin/Spacelance/home/paypal_subscripton </code></pre> <p>this is post params to paypal(from firebug)</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload