From c881acd6311c22640ff3e8d9f5fca28f990928e3 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sun, 7 Apr 2019 18:35:01 +0200 Subject: [PATCH] more --- client/emv/emvcore.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/emv/emvcore.h b/client/emv/emvcore.h index 806a9366f..25adc2b85 100644 --- a/client/emv/emvcore.h +++ b/client/emv/emvcore.h @@ -61,6 +61,8 @@ enum CardPSVendor { CV_AMERICANEXPRESS, CV_JCB, CV_CB, + CV_SWITCH, + CV_DINERS, CV_OTHER, }; enum CardPSVendor GetCardPSVendor(uint8_t *AID, size_t AIDlen);