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
I got this error from Google API: { "error": { "code": 400, "message": "Barcode type must be set.", "errors": [ { "message": "Barcode type must be set.", "domain": "walletobjects", "reason": "invalidResource" } ] } }
Did you experience something like this recently ?
Thanks
The text was updated successfully, but these errors were encountered:
I had run into this issue as well and reached out to the Google Wallet API support team (thank you team!!). You can set the barcode to null to hide. I was trying to use "UNSPECIFIED" like in their demo but that doesn't seem to work anymore. Maybe this'll help someone who is googling this issue like I was.
Hello,
I'm using the PHP generic card sample.
Since I updated my dependencies:
I got this error from Google API:
{ "error": { "code": 400, "message": "Barcode type must be set.", "errors": [ { "message": "Barcode type must be set.", "domain": "walletobjects", "reason": "invalidResource" } ] } }
Did you experience something like this recently ?
Thanks
The text was updated successfully, but these errors were encountered: