tinovyatkin / pass-js

Apple Wallet Passes generating library for Node.JS
MIT License
668 stars 81 forks source link

userInfo field isn't used #630

Open kalebhermes opened 1 year ago

kalebhermes commented 1 year ago

Per this doc in Apple's documentation, you can add a json object under the userInfo top level field. This appears to be listed in constants.ts but isn't actually applied to any generated pass.

Also see more documentation here about Companion Keys of which userInfo is the only one