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);