google-wallet/web-codelab

Possible small mistake in tutorial

Closed this issue · 1 comments

For step 4 "Create a Generic pass class", at the bottom of the page it says
"In this case, the suffix is set to codelab_class"
When I cloned the repo the sufix is "test-class-id" i.e. my classId is defined as
const classId = `${issuerId}.test-class-id\`;
makes no difference anyway, I still completed the tutorial but just lettin ya know :)

Thanks Jack, that's definitely a mistake, I fixed it in 07ceb90