wallet-samples icon indicating copy to clipboard operation
wallet-samples copied to clipboard

transitObjects should be lowerCamelCase when creating a JWT with C#

Open MichaelThomasMPT opened this issue 8 months ago • 1 comments

According to the Google Wallet API JWT spec, the field transitObjects should be written in lowerCamelCase. This PR fixes the C# demo for transit passes, which was using UpperCamelCase for this JWT field name.

MichaelThomasMPT avatar Jun 05 '24 08:06 MichaelThomasMPT