Added NO_PASS_TYPE as message

This commit is contained in:
Alexander Cerutti
2019-04-26 13:09:26 +02:00
parent bd8643b208
commit 3338ff7b8f

View File

@@ -8,6 +8,7 @@ const errors = {
INVALID_CERT_PATH: "Invalid certificate loaded. %s does not exist.",
TRSTYPE_REQUIRED: "Cannot proceed with pass creation. transitType field is required for boardingPasses.",
OVV_KEYS_BADFORMAT: "Cannot proceed with pass creation due to bad keys format in overrides.",
NO_PASS_TYPE: "Cannot proceed with pass creation. Model definition (pass.json) has no valid type in it.\nRefer to https://apple.co/2wzyL5J to choose a valid pass type."
};
const debugMessages = {