maheshwarirohit87 / typica

Automatically exported from code.google.com/p/typica
Apache License 2.0
0 stars 0 forks source link

FlexiblePaymentsService (FPS) signature v2 out of date #118

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Version 2 of the signature changes some parameter names (including 
"awsSignature" -> "Signature") as well as the format of the string-to-sign.

I was able to get it working by changing "generateUIPipelineURL" to format the 
signature according to the FPS migration guide to v2 (see attachment). However, 
there are quite a few other references in the code to an expected parameter 
"awsSignature" which no longer exists in v2.

Original issue reported on code.google.com by fuzzygro...@gmail.com on 17 Jan 2011 at 7:45

Attachments:

GoogleCodeExporter commented 9 years ago
Amazon will be disabling support for v1 signatures either today or very soon. 
I've hacked together v2 signatures and validation as a temporary fix for 
myself, if anyone needs it let me know. Once I have it cleaned up a bit I'll 
commit back to get proper v2 support (and probably remove support for v1) in 
the next release.

Original comment by fuzzygro...@gmail.com on 10 Feb 2011 at 7:39