You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working with the Google Pass for EventTicketClass. After successfully creating a Class, I am later retrieving it via the Event Ticket Class Repository GET function. The retrieval is OK, but the conversion to the Class object fails due to class validation on the API response.
I'm working with the Google Pass for EventTicketClass. After successfully creating a Class, I am later retrieving it via the Event Ticket Class Repository GET function. The retrieval is OK, but the conversion to the Class object fails due to class validation on the API response.
Here is a sample API response:
BaseRepository calls the
get
function and when it runsreturn new $class($response);
it throws a ValidationException with the message:The response does not include
issuerName
, butlocalizedIssuerName
. I believe this should be corrected to match the API's response.The text was updated successfully, but these errors were encountered: