TextModulesData not showing on Generic Google Wallet passes

273 views Asked by At

I'm working through the official documentation for Google Wallet Generic Passes https://developers.google.com/wallet/generic/web#c_2

I'm following the .NET implementation but have also tried nodeJS. Basically, I can build a pass, and it shows header, logo, title, etc... but no text modules data! This is copying their code directly, so my code/JSON looks exactly like the code/JSON in the tutorial. I did remove certain unnecessary fields like Hero Image because it was making the JWT > 1800 characters.

My question is: does anyone know how to make text module data actually work? I'm convinced this example is broken. I've seen a similar thread for PHP. But I have not found a solution yet for .NET or otherwise.

Tried .NET and nodeJS implementations. This results in a pass without any text modules data.enter image description here

0

There are 0 answers