Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomallada1 committed Aug 23, 2024
1 parent 5d3a17f commit 27630c4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ public DeliveryResult call() throws FDSMException {

public DeliveryResult deliver(BIBO bibo, String appId, String serviceId) throws IOException, UnsupportedCallbackException {
APDUBIBO apduBibo = new APDUBIBO(bibo);
//Reset after checking card info to avoid leaving FPA selected, which prevents some services to be run.
card.selectEmpty(apduBibo);
// Address #4
JsonNode deviceInfo = client.rpc(client.getURI(FidesmoApiClient.DEVICES_URL, HexUtils.bin2hex(card.getCIN()), card.getBatchId()));
Expand Down

0 comments on commit 27630c4

Please sign in to comment.