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

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -