pass-js
pass-js copied to clipboard
Giftcard balance/credit docs available?
Hi can someone point me to any documentation about a gitftcard balance.
I found infos about it at https://developer.apple.com/library/archive/documentation/UserExperience/Conceptual/PassKit_PG/Ecosystem.html
NOTE
Do not rely on the balance information shown on the pass. Any values shown on the pass may not be up to date. Always access vital information from a secure, trusted source.
But nothing specific about this in pass-js API
I guess I need to configure
generic:{
auxiliaryFields:{
}
But currently struggling through reading the apple docs.
This field is not currently implemented in pass-js, but it's in the project backlog for version 7.0 that should be released this week.
Thank for the hint. Do have an idea what i am doing wrong at https://github.com/walletpass/pass-js/issues/440 ? I do not realy believe this is a bug since this module is quite popular.
@tinovyatkin are there any updates for v7.0 release date?