Note that there are some explanatory texts on larger screens.

plurals
  1. POPayPal Subscription/Notify_URL NOT being called (works under Sandbox)
    text
    copied!<p>I don't get it.. I tested out the subscription button in Sandbox mode and it ran through successfully. The test-business received the payment, and the notify_url was called just fine. But as soon as I swapped out of Sandbox mode, the business still gets payed, the subscription successfully gets set up, but the notify_url isn't even being called. The ONLY things I'm changing between the live/sandbox forms are:</p> <pre><code>{if $sandbox == TRUE} &lt;form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post"&gt; {else} &lt;form action="https://www.paypal.com/cgi-bin/webscr" method="post"&gt; {/if} </code></pre> <p>and</p> <pre><code>{if $sandbox == TRUE} &lt;input type="hidden" name="hosted_button_id" value="46CVBBYCFHPSY" /&gt; {else} &lt;input type="hidden" name="hosted_button_id" value="VCL8LGQUWCM5E" /&gt; {/if} </code></pre> <p>and just in case it matters... the rest of it looks like:</p> <pre><code> &lt;input type="hidden" name="cmd" value="_s-xclick" /&gt;&lt;input type="image" src="https://www.paypal.com/en_US/GB/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online." /&gt; &lt;input type="hidden" name="custom" value="{$user-&gt;user_info.user_id}" /&gt; &lt;input type="hidden" name="return" value="http://www.singlesikhs.co.uk/dev/singlesikhs/payment.php?task=success" /&gt; &lt;input type="hidden" name="notify_url" value="http://www.singlesikhs.co.uk/dev/singlesikhs/payment_paypal.php?action=ipn" /&gt; &lt;input type="hidden" name="cancel_return" value="http://www.singlesikhs.co.uk/dev/singlesikhs/payment.php?task=cancel" /&gt; &lt;img alt="" border="0" src="https://www.paypal.com/en_GB/i/scr/pixel.gif" width="1" height="1"&gt; &lt;/form&gt; </code></pre> <p>Why oh why is this not working ?? I'm pulling my hair out over here trying to figure this out for my client. I can't figure where things are going wrong. Please help me, I'm supposed to get this finished for my client asap. I've got everything else working 100% except this 1 thing. Thanks..</p>
 

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