Ok cool - so effectively, code I might need to ask somone to past into
boot to use the paypal functionality might look like:
val paypalDispatcher: LiftRules.DispatchPf = {
case RequestMatcher(r, ParsePath("paypal" :: _ :: Nil, _, _), _, _)
=> PayPal.processIpnRequest(r)
}
Im wondering however, how could I then let the user customize / access
the information passed back by paypal. I dont need to return anything
response wise to PayPal (perhaps a 200 header, but don't quote me) but
I do want the information to be avalible somehow so that users can
access it and customise the action (e.g. update there database,
redirect somewhere etc)
Thoughts?
Cheers
Tim
On Sep 30, 12:17 am, Tim Perrett <[EMAIL PROTECTED]> wrote:
> > Okay... my mistake. Yes, you have to set this up in Boot with a DispatchPf
> > to handle the incoming request.
>
> Thats what I thought - this is why I was asking about ajax_request :-)
>
> Do my previous ramblings make any more sense now?
>
> Cheers
>
> Tim
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---