Fix spelling of functions. (#54)

This commit is contained in:
Sam King
2022-12-13 14:22:03 +00:00
committed by GitHub
parent 957f0419c0
commit feac6adcad

View File

@@ -82,10 +82,10 @@ for each class file.
demo.expireObject('issuer_id', 'object_suffix');
// Generate an Add to Google Wallet link that creates a new pass class and object
demo.createJWTNewObjects('issuer_id', 'class_suffix', 'object_suffix');
demo.createJwtNewObjects('issuer_id', 'class_suffix', 'object_suffix');
// Generate an Add to Google Wallet link that references existing pass object(s)
demo.createJWTExistingObjects('issuer_id');
demo.createJwtExistingObjects('issuer_id');
// Create pass objects in batch
demo.batchCreateObjects('issuer_id', 'class_suffix');