I’m currently working on a laravel project, and need to generate a card with a custom qr code on it, for in a google wallet. I’m using this package https://github.com/google-wallet , used their code, to generate a card. Changed some values like the env variable, to get to the right json file.
I also created a google generic card in the wallet dashboard.
I’m getting this error { "error": { "code": 400, "message": "Invalid resource ID: ***", "errors": [ { "message": "Invalid resource ID: ***.test", "domain": "walletobjects", "reason": "invalidResource" } ] } }
A generic card does not seem to have an issuer id. Any idea on how to fix this?