You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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" } ] } }
The text was updated successfully, but these errors were encountered:
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" } ] } }
The text was updated successfully, but these errors were encountered: