Read all files

This commit is contained in:
Nikita Vostokov 2024-01-29 13:48:33 +00:00
parent 653af9a5cd
commit 1165e25f00

View File

@ -619,10 +619,7 @@ EmvError emv_poller_read_afl(EmvPoller* instance) {
error = EmvErrorProtocol; error = EmvErrorProtocol;
FURI_LOG_T(TAG, "Failed to parse SFI 0x%X record %d", sfi, record); FURI_LOG_T(TAG, "Failed to parse SFI 0x%X record %d", sfi, record);
} }
if(instance->data->emv_application.pan_len != 0)
return EmvErrorNone; // Card number fetched
} }
error = EmvErrorProtocol;
} }
return error; return error;