You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django-paypal
Hi all --
I'm just about to add paypal to a django app. I have a paypal account,
and a perl based web site that uses their old API set. I don't like
the old version because it doesn't invoke my callback about 20% of the
time and that means I have to constantly query paypal and reconcile it
with the orders that did get processed correctly in real time.
There seems to be multiple options for packages to use. Which one is
the most current? Which one would you use if you were me?