On Mon, Sep 29, 2008 at 3:52 PM, Tim Perrett <[EMAIL PROTECTED]> wrote:

>
> > Hmmm... I may be misunderstanding what you're saying... but...
> >
> > In the PayPal landing, I'd update the user's state (e.g., credit their
> > account), add something to S.notices and then redirect the browser to
> either
> > "/" or some other page.  So, no HTML required on the landing page.  Also,
> > this is specific to the PayPal stuff so it shouldn't be referenced in
> Boot.
>
> I think im not being clear. Let me clarify:
>
> When the request comes in from paypal, I want to process that request,
> get the various parameters and then provide some way for the user to
> use those values to do whatever post-processing they require.


Do you mean PayPal's servers make an HTTP request on your server?

Or do you mean that the user's browser is redirected from PayPal's site to
your site?


>
>
> So, without any settings in Boot.scala, how do i handle the request
> from a framework point of view? And provide means for the user to
> customize what happens to those results? Some kind of
>
> PayPal.afterIPN({
>  // bunch of processing
> })
>
> Thoughts?
>
> Tim
>
>
>
> >
>


-- 
Lift, the simply functional web framework http://liftweb.net
Collaborative Task Management http://much4.us
Follow me: http://twitter.com/dpp
Git some: http://github.com/dpp

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" 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/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to