Skip to content

Commit 2fea27a

Browse files
eamtalushahedex
authored andcommitted
sort_dictionary under payment bug fixed
1 parent fd637ea commit 2fea27a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sslcommerz_python/payment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,4 +156,4 @@ def key_check(data_dict, check_key):
156156

157157
@staticmethod
158158
def sort_keys(data_dict):
159-
return [(key, data_dict[k]) for key in sorted(data_dict.keys())]
159+
return [(key, data_dict[key]) for key in sorted(data_dict.keys())]

0 commit comments

Comments
 (0)