Christopher Johnson wrote: > Jim, > > Thanks for the fix! Are you (or anyone else) using getpaid.paypal in a > live site? > > We have had questions recently about whether or not it is fully > functional and I don't know the latest status. >
I am using it on one site right now - it works, but there is no shipping charge functionality yet. I haven't had time to write that in - getting getpaid.paypal working was part of that project, and the customer didn't need shipping (selling listings on a professional association website). It seems to be working okay - it does take over the shopping cart, so you can't use it in conjunction with another payment processor. Jim > Cheers, > Chris > > On Tue, Mar 10, 2009 at 9:28 AM, Jim Nelson <[email protected] > <mailto:[email protected]>> wrote: > > > 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 -~----------~----~----~----~------~----~------~--~---
