JnBrymn / Spur

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

delete complete_transaction

JnBrymn opened this issue · comments

We can delete complete_transaction and move all of it's logic to share and just use share's request.GET['tx']. ... the only concern I have is that we are using an HTTP GET to modify data - that's a no-no. Once complete_transaction is removed, remove code in urls.py and javascript or the AJAX post to complete_transaction. (I think this is all the Javascript)