RDEV-1671 fix for QR code

This commit is contained in:
KRI 2020-04-03 16:31:48 +02:00
parent 8908c0ca64
commit 80e569ab2d

View File

@ -358,7 +358,7 @@ int postMethod(pam_handle_t *pamh, char *secretKey, char *tId, char *selectedMet
return CONNECTION_ERROR;
};
status = parseJson(curlResponse,"status");
qrToken = parseNestedJson(curlResponse,"result","token");
qrToken = parseNestedJson(curlResponse,"result","qrText");
transactionId = parseNestedJson(curlResponse,"result","tid");
displaySelectedMethodMsg(pamh, selectedMethod);
if(qrToken != NULL)