From 0af151a888bcad2ab95df93b5cc9e4abbd47ade4 Mon Sep 17 00:00:00 2001 From: "masukomi (a.k.a. Kay Rhodes)" Date: Wed, 17 May 2023 19:48:08 +0000 Subject: [PATCH] updated 2 links in readme 2 of the links to google docs were outdated. I have updated them to link to the appropriate location. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f85bfc6..6193a11 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ 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 @@ -97,7 +97,7 @@ More documentation [here](https://developers.google.com/pay/passes/rest/v1/event 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