I just took a good look at how the ipn function in satchmo.payment.modules.paypal.views works and it seems I have to POST some values to the ipn url (paypal/ipn/) so that it interacts with a Paypal and receive a payment confirmation.
What I can't figure out is when I should use it. It doesn't seem to be automatic right? Do I have to run it using a cron job? I made a GREP search for "ipn" in my satchmo directory to find out that the cron_rebill function in satchmo.payment.views.cron seems to be related to that somehow. Should I call that function? I tried looking into Satchmo's doc about this IPN thing and can't find anything about it either. thanks a million time. On Jan 23, 10:43 am, Bruce Kroeze <[email protected]> wrote: > On Fri, Jan 23, 2009 at 5:49 AM, Bernard <[email protected]> wrote: > > > hmm right..adding "success" to the url does exactly that... > > > how could this be avoided? > > > thanks Bruce, > > > Bernard > > Well, as currently written, it can't. Is there some reason you don't want > to use IPN? > > If I were determined not to use IPN, I suppose I would disable the "success" > page, and instead make a new view with a one-time-key embedded in the url. > I'd send that to PayPal as the return URL, and make a view which shows a > success page and also adds the proper status to the order. > > -- > Bruce Kroezehttp://solidsitesolutions.com > Dynamic Designs, Optimized --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Satchmo users" 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/satchmo-users?hl=en -~----------~----~----~----~------~----~------~--~---
