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

Samples for the Google Wallet REST APIs

Results 23 wallet-samples issues
Sort by recently updated
recently updated
newest added

When creating new JWT objects for payload, the classes and object type are using "generic" instead of their actual type. Imports are moved by auto format.

The sample on creating generic pass and then generating a JWT token for an existing object is [inaccurate](https://developers.google.com/wallet/generic/web#json_web_token_jwt). The objects should not contain `classId` I have updated all the samples,...

In generic pass, how to add rows e.g. second row, third row, etc. as per this example https://developers.google.com/wallet/generic/resources/pass-editor I am using C#/.Net example for generic pass. Thanks

Hello Could you please let us know how to create programmatically a generic card pass in .net using google client library? Would like to know to to define the filed...

offercard.py has shortages. No logo, no subheader, no background color in the code. Please advise how to add these to my code.

I want to verify the callback from Google, how can I achieve it in Php/Laravel?

Noticed that in the preview we have a hairline that's black separating the title region from the body but in the details it's white; is this based off the baground...

According to the [Google Wallet API JWT spec](https://developers.google.com/wallet/reference/rest/v1/Jwt), the field `transitObjects` should be written in lowerCamelCase. This PR fixes the C# demo for transit passes, which was using UpperCamelCase for...