stephenmcd
stephenmcd
Hi folks, @jerivas (one of the core maintainers who posted earlier on this thread) and I discussed this offline, and my understanding is that moving forward he will be the...
The integration with modeltranslation in Mezzanine is entirely optional - it looks like this change assumes it's always installed, which won't be the case.
You may have missed one of the setup steps here: https://developers.google.com/wallet/generic/getting-started/auth/rest
Thanks for this. The go samples are actually generated by the template in templates/template.go - it contains placeholders for things like the pass type, which should be used to achieve...
Please take a look at the API documentation for the class and object: https://developers.google.com/wallet/retail/offers/rest/v1/offerclass https://developers.google.com/wallet/retail/offers/rest/v1/offerobject
Hi there, There are two entirely unrelated items your issue refers to here. The first is the console message you copied, "Using this console may allow attackers..." - it's simply...
You could edit the first few lines of code in the `pkpassImageHandler` function in app.js to change the image uploading to use a different service. If you're interested in working...
Hard to say looking at visual snippets, please see if you can provide a copy of the pass for troubleshooting.
Thank you
Hey there, I'm currently working on upgrading everything to work with both of RN's new and old architectures, which requires full typescript support as well. I can't give an exact...