|
@@ -810,12 +810,13 @@ int CCardReadAdapterFSM::CardIssuerRead(SpReqAnsContext<CardReadAdapterService_R
|
|
|
}
|
|
|
if (bHasCard)
|
|
|
{
|
|
|
- if (bCardMismatch)
|
|
|
- {
|
|
|
- //oiltmp@20221202 todo Error_DevNotAvailable should be changed if we have negotiated with hangzhou vtm developer
|
|
|
- ctx->Answer(Error_DevNotAvailable, CardIssuer_UserErrorCode_Account_EAC_Mismatch, csRetStr);
|
|
|
- }
|
|
|
- else
|
|
|
+ //oiltmp@20250909
|
|
|
+ //if (bCardMismatch)
|
|
|
+ //{
|
|
|
+ // //oiltmp@20221202 todo Error_DevNotAvailable should be changed if we have negotiated with hangzhou vtm developer
|
|
|
+ // ctx->Answer(Error_DevNotAvailable, CardIssuer_UserErrorCode_Account_EAC_Mismatch, csRetStr);
|
|
|
+ //}
|
|
|
+ //else
|
|
|
{
|
|
|
DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM)("ReadCard, the final errCode:%d,status:%d,dwUsrErrCode:%d", eErr, ctx->Ans.status, dwUsrErrCode);
|
|
|
Sleep(300);//oilyang@20230202 for hardware entity to trans FSM state
|
|
@@ -963,12 +964,13 @@ int CCardReadAdapterFSM::CardIssuerRead(SpReqAnsContext<CardReadAdapterService_R
|
|
|
}
|
|
|
if (bHasCard)
|
|
|
{
|
|
|
- if (bCardMismatch)
|
|
|
- {
|
|
|
- //oiltmp@20221202 todo Error_DevNotAvailable should be changed if we have negotiated with hangzhou vtm developer
|
|
|
- ctx->Answer(Error_DevNotAvailable, CardIssuer_UserErrorCode_Account_EAC_Mismatch, csRetStr);
|
|
|
- }
|
|
|
- else
|
|
|
+ //oiltmp@20250909
|
|
|
+ //if (bCardMismatch)
|
|
|
+ //{
|
|
|
+ // //oiltmp@20221202 todo Error_DevNotAvailable should be changed if we have negotiated with hangzhou vtm developer
|
|
|
+ // ctx->Answer(Error_DevNotAvailable, CardIssuer_UserErrorCode_Account_EAC_Mismatch, csRetStr);
|
|
|
+ //}
|
|
|
+ //else
|
|
|
{
|
|
|
DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM)("ReadCard, the final errCode:%d,status:%d,dwUsrErrCode:%d", eErr, ctx->Ans.status, dwUsrErrCode);
|
|
|
Sleep(300);//oilyang@20230202 for hardware entity to trans FSM state
|