Commit 7674afa1 authored by Łukasz Nowak's avatar Łukasz Nowak

Add yet another key to signature calculation.

parent 484a3ba8
...@@ -40,7 +40,7 @@ else: ...@@ -40,7 +40,7 @@ else:
'markNb', 'markResult', 'markCVV2_CVC2', 'authAmount', 'authDevise', 'markNb', 'markResult', 'markCVV2_CVC2', 'authAmount', 'authDevise',
'authDate', 'authNb', 'authResult', 'authCVV2_CVC2', 'warrantlyResult', 'authDate', 'authNb', 'authResult', 'authCVV2_CVC2', 'warrantlyResult',
'captureDate', 'captureNumber', 'rapprochementStatut', 'refoundAmount', 'captureDate', 'captureNumber', 'rapprochementStatut', 'refoundAmount',
'refundDevise', 'timestamp'] 'refundDevise', 'litige', 'timestamp']
signature = '' signature = ''
for k in received_sorted_keys: for k in received_sorted_keys:
try: try:
......
29 30
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment