rafael wrote: > I think there is something starnge in getpaid.paypal code. > In the submit_handler.py > > In the process method, it is called: is_valid_IPN = self.verify() > > But this variable is_valid_IPN is never used... So, if this verification > returns false, the processor keeps running validating the request. > > Am I getting something wrong, or there is a if else statement missing? > > Thanks > > Rafael >
You would be correct - it is not using the verification. Fix committed to SVN. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "getpaid-dev" 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/getpaid-dev?hl=en -~----------~----~----~----~------~----~------~--~---
