Hi,

I am new to Cakephp and I have been trying to integrate paypal IPN
with cakephp.

In the notify_url I have set the url to /***/orders/ipn.

However, the ipn doesn't seem response when the order is completed.

Is it something to do with the url I have set

Here is the form that submit to paypal

 <form action="https://www.sandbox.paypal.com/cgi-bin/webscr";
method="post">
    <input type = "hidden" name = "cmd" value = "_xclick" />
    <input type="hidden" name="return" value="http://
natureshop.a2aweb.com/orders/success">
    <input type="hidden" name="cancel_return" value="http://
natureshop.a2aweb.com/orders/cancel">
    <input type="hidden" name="notify_url" value="http://
natureshop.a2aweb.com/orders/ipn">
    <input type = "hidden" name = "business" value =
"[EMAIL PROTECTED]" />
    <input type = "hidden" name = "currency_code" value = "CAD" />
    <input name = "item_name" type = "hidden" value = "Aggregated
items" />
    <input name = "amount" type = "hidden" value = "101344.04" />


    <input type = "submit" value = "Paypal" />

 </form>


Everyone please help.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to