Thats strange..... changing the code to:

    LiftRules.addDispatchBefore {
      case r @ RequestState("paypal":: "ipn" :: Nil, "", PostRequest)
=> () => {
        PaypalIPN(r)
        Full(XmlResponse(<complete />))
      }
    }

and then it only gets called once. Very strange - why does it do that?

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
-~----------~----~----~----~------~----~------~--~---

Reply via email to