Updating successful order status and clearing cart with django-shop-paypal
115 views
Skip to first unread message
José Moreira
unread,
Jul 4, 2012, 8:11:40 PM7/4/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
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 djang...@googlegroups.com
Hi,
how should i update a successful order status (to 'completed') and clear the user's cart using django-shop-paypal as payment method, since (at least by default)) it provides it's own success view which merely renders a custom success page template, unlike the regular checkout success view ?
Thanks
José Moreira
unread,
Jul 5, 2012, 3:09:11 PM7/5/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
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 djang...@googlegroups.com
Found the "issue".
Was using the [outdated?] Pypi package in which the Payment api " confirm_payment()" doesn't perform those operations.
joer...@yahoo.com
unread,
Mar 25, 2014, 10:38:18 AM3/25/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
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 djang...@googlegroups.com
I'm having the same problem you had. How did you get a version that worked?