google-wallet / passes-rest-samples

Server-side samples for the Google Pay API for Passes
Apache License 2.0
95 stars 49 forks source link

Update the java example #2

Closed carstenhag closed 5 years ago

carstenhag commented 5 years ago

Hello, it would be nice if the java example project could be updated. I haven't encountered a specific problem, but the project isn't really all that clean imo.

In general IntelliJ gives a lot of linter warnings on this project. Twice there is code that compares strings with ==.

The project still uses an old save link instead of the new pay.google.com one. private static String SAVE_LINK = "https://www.android.com/payapp/savetoandroidpay/";

carstenhag commented 5 years ago

Thanks for this too!