Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,15 @@ Refer to the [Google Pay for Passes Code Snippets](https://developers.google.com

Use the Issuer ID and a Unique ID formatted {Issuer ID.Unique ID} for the ID of the JSON object. If the ID exists already, the gem will update the EventTicketClass automatically.

More documentation [here](https://developers.google.com/pay/passes/rest/v1/eventticketclass).
More documentation [here](https://developers.google.com/wallet/tickets/events/rest/v1/eventticketclass).

#### Create EventTicketObject

Googlepay::EventTicketObject.new(parameters)

Use the Class ID and a Unique ID formatted {Issuer ID.Unique ID} for the ID of the JSON object. Include the array of domains to whitelist JWT saving functionality in the origin parameter. The Google Pay API for Passes button will not render when the origins field is not defined. You could potentially get an "Load denied by X-Frame-Options" or "Refused to display" messages in the browser console when the origins field is not defined.

More documentation [here](https://developers.google.com/pay/passes/rest/v1/eventticketobject).
More documentation [here](https://developers.google.com/wallet/tickets/events/rest/v1/eventticketobject).

## Development

Expand Down