mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 22:25:24 +00:00
Renamed Personalization to Personalize
This commit is contained in:
@@ -394,11 +394,9 @@ export default class PKPass extends Bundle {
|
||||
*/
|
||||
|
||||
try {
|
||||
validateJSONBuffer(buffer, Schemas.Personalization);
|
||||
validateJSONBuffer(buffer, Schemas.Personalize);
|
||||
} catch (err) {
|
||||
console.warn(
|
||||
formatMessage(Messages.PERSONALIZATION.INVALID, err),
|
||||
);
|
||||
console.warn(formatMessage(Messages.PERSONALIZE.INVALID, err));
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user