wallet-samples
wallet-samples copied to clipboard
Generic pass not having an issuer id
Hi I created a generic pass in my google wallet dashboard. I also installed your package, and created a class to generate a card. I used the right credentials, like including that json file, adding an api token etc. But the code needs an issuer id, although a generic pass does not seem to have one. How do I fix this, cause I'm getting this error { "error": { "code": 400, "message": "Invalid resource ID: ***.test", "errors": [ { "message": "Invalid resource ID: ***.test", "domain": "walletobjects", "reason": "invalidResource" } ] } }