google-wallet / rest-samples

Samples for the Google Wallet REST APIs
https://developers.google.com/wallet/
Apache License 2.0
277 stars 119 forks source link

Generic pass not having an issuer id #121

Open janmoes96 opened 1 month ago

janmoes96 commented 1 month ago

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" } ] } }