-
Notifications
You must be signed in to change notification settings - Fork 413
Description
Bug report
Describe the bug
Compilation failure in Server.java at line 126:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.13.0:compile (default-compile) on project subscriptions-with-fixed-price: Compilation failure
[ERROR] /Users/cliffordberg/Projects/subscription-use-cases/fixed-price-subscriptions/server/java/src/main/java/com/stripe/sample/Server.java:[126,11] cannot find symbol
[ERROR] symbol: method addLookupKeys(java.lang.String)
[ERROR] location: class com.stripe.param.PriceListParams.Builder
A clear and concise description of what the bug is.
To Reproduce
Just run mvn compile
Steps to reproduce the behavior, please provide code snippets or a repository:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
System information
- OS: [e.g. macOS, Windows]
- Browser (if applies) [e.g. chrome, safari]
- Server environment [e.g. Go, Java, Node, PHP, Python, Ruby, TypeScript]
Additional context
Add any other context about the problem here.