Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wallet: Remove the requirement to be authenticated, add fallback when no location is set #507

Merged
merged 4 commits into from
Sep 29, 2024

Conversation

dsluijk
Copy link
Member

@dsluijk dsluijk commented Sep 28, 2024

People are running into a generic error when trying to add a ticket to their {Apple, Google} Wallet. Since the ticket key is sufficiently random, we can just remove the requirement to be authenticated.

Secondly for the Google Wallet we get an error when no location is set for a ticket. This also adds a fallback location (Unknown), so it still proceeds.

Copy link
Contributor

@JoepdeJong JoepdeJong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. just check the devcontainer file, not sure if you committed that on purpose.

.devcontainer/devcontainer.json Show resolved Hide resolved
@dsluijk dsluijk requested a review from JoepdeJong September 29, 2024 08:29
@dsluijk dsluijk merged commit aa5e292 into master Sep 29, 2024
5 checks passed
@dsluijk dsluijk deleted the walletfixes branch September 29, 2024 08:30
@JoepdeJong
Copy link
Contributor

JoepdeJong commented Sep 29, 2024

@dsluijk i just noticed, as authenticationService is not required anymore, it can be removed from the initializer of the WebshopPassesController. can you look at this?

@dsluijk
Copy link
Member Author

dsluijk commented Sep 29, 2024

I believe this is still required for other subclasses of the WebshopController superclass. So I don't think we can do that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants