We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ssc
str
1 parent e25e25a commit 2552830Copy full SHA for 2552830
1 file changed
framework/isobot/isocard.py
@@ -51,7 +51,7 @@ def requestpayment():
51
ssc = args.get("ssc")
52
amount = args.get("amount")
53
merchant_id = args.get("merchantid")
54
- if isocards[str(card_number)]["ssc"] == ssc:
+ if str(isocards[str(card_number)]["ssc"]) == ssc:
55
verification_code = generate_verification_code()
56
user_id = isocards[str(card_number)]["cardholder_user_id"]
57
transactions_db[str(verification_code)] = {
0 commit comments