wallet-samples
wallet-samples copied to clipboard
transitObjects should be lowerCamelCase when creating a JWT with C#
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.