Cole
unread,Sep 23, 2011, 3:04:40 AM9/23/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
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
I kinda get the sense that this library is quickly falling out of
date.
I recently found that Paypal is now POSTing their PDT data to my
return_url, which generates a 405 because the pdt view has a
@requires_GET decorator. I'm testing it now, but I'm surprised to find
no other information about it on the internets.
Is anyone else using django-paypal, specifically PDT? Is the most
current repository still dcramer's fork? Is there some other, much
better solution that I should be using?
-Cole