Are they expecting the results in a specific order... because as you
probably know a dictionary is never in the order that you add the items.
Lakshman Prasad wrote:
Yup. Unusual, it is.
But thats how their string specification syntax is. It includes a ^ at
the end.
On Tue, Mar 31, 2009 at
In article ,
Lakshman wrote:
>
>I am facing a problem in the fingerprint generation. I am repeatedly
>getting that the fingerprint generated doesn't match the one the
>server generates.
How are you getting this? Server error? You're not giving us enough
information.
--
Aahz (a...@pythoncraft.
Yup. Unusual, it is.
But thats how their string specification syntax is. It includes a ^ at the
end.
On Tue, Mar 31, 2009 at 6:13 PM, andrew cooke wrote:
>
> have you printed msg and checked it is formatted correctly? i have node
> idea what the protocol is, but your use of join and string co
have you printed msg and checked it is formatted correctly? i have node
idea what the protocol is, but your use of join and string concatenation
in the generation of msg looks unusual to me.
andrew
Lakshman wrote:
> I am trying to integrate Authorize.net SIM API into django views.
>
> I am faci
I am trying to integrate Authorize.net SIM API into django views.
I am facing a problem in the fingerprint generation. I am repeatedly
getting that the fingerprint generated doesn't match the one the
server generates.
I have generated the md5 hash with the key provided as specified in
the SIM doc