paypal - Retrieve POST data in the order they were sent in in Django -


Is there a way to get the DjangoView data in that order in which it appears in the HTTP header?

I am due to the need of PayPal's prompt payment due to its need - you have to accept the information by sending the data back in such a way to ensure the integrity of the data. I can not understand it!

Maybe your friend can be? It is available since Django 1.3.

Comments