CyberSource / CyberSource/cybersource-rest-samples-java
Errors Compiling
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 35
- Forks
- 84
- Avg merge
- 37m
- Merged PRs (30d)
- 1
Description
Hi, I got the following errors when Rebuilding the Project in Intellij, is there anything I am missing? Thank you
/Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/ValueAddedService/CommittedTaxCallRequest.java
Error:(28, 23) java: cannot find symbol
symbol: class VasV2PaymentsPost201Response
location: class samples.ValueAddedService.CommittedTaxCallRequest
/Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/ValueAddedService/CommittedTaxRefundCallRequest.java
Error:(28, 23) java: cannot find symbol
symbol: class VasV2PaymentsPost201Response
location: class samples.ValueAddedService.CommittedTaxRefundCallRequest
/Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/ValueAddedService/TaxRefundRequest.java
Error:(28, 23) java: cannot find symbol
symbol: class VasV2PaymentsPost201Response
location: class samples.ValueAddedService.TaxRefundRequest
/Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/ValueAddedService/VoidCommittedTaxCall.java
Error:(28, 23) java: cannot find symbol
symbol: class VasV2TaxVoid200Response
location: class samples.ValueAddedService.VoidCommittedTaxCall
/Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/ValueAddedService/BasicTaxCalculationRequest.java
Error:(28, 23) java: cannot find symbol
symbol: class VasV2PaymentsPost201Response
location: class samples.ValueAddedService.BasicTaxCalculationRequest
/Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/PayerAuthentication/SetupCompletionWithTMSToken.java
Error:(28, 23) java: cannot find symbol
symbol: class RiskV1AuthenticationSetupsPost201Response
location: class samples.PayerAuthentication.SetupCompletionWithTMSToken
/Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/PayerAuthentication/SetupCompletionWithSecureStorageToken.java
Error:(28, 23) java: cannot find symbol
symbol: class RiskV1AuthenticationSetupsPost201Response
location: class samples.PayerAuthentication.SetupCompletionWithSecureStorageToken
/Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/PayerAuthentication/SetupCompletionWithCardNumber.java
Error:(27, 23) java: cannot find symbol
symbol: class RiskV1AuthenticationSetupsPost201Response
location: class samples.PayerAuthentication.SetupCompletionWithCardNumber
/Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/PayerAuthentication/SetupCompletionWithFlexTransientToken.java
Error:(28, 23) java: cannot find symbol
symbol: class RiskV1AuthenticationSetupsPost201Response
location: class samples.PayerAuthentication.SetupCompletionWithFlexTransientToken
/Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/PayerAuthentication/SetupCompletionWithTokenizedCard.java
Error:(28, 23) java: cannot find symbol
symbol: class RiskV1AuthenticationSetupsPost201Response
location: class samples.PayerAuthentication.SetupCompletionWithTokenizedCard
/Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/PayerAuthentication/SetupCompletionWithFluidDataValueAndPaymentSolution.java
Error:(28, 23) java: cannot find symbol
symbol: class RiskV1AuthenticationSetupsPost201Response
location: class samples.PayerAuthentication.SetupCompletionWithFluidDataValueAndPaymentSolution
/Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/CustomerPaymentInstrument/CreateCustomerPaymentInstrumentBankAccount.java
Error:(27, 23) java: cannot find symbol
symbol: class Tmsv2customersEmbeddedDefaultPaymentInstrument
location: class samples.TokenManagement.CustomerPaymentInstrument.CreateCustomerPaymentInstrumentBankAccount
/Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/CustomerPaymentInstrument/ListPaymentInstrumentsForCustomer.java
Error:(27, 23) java: cannot find symbol
symbol: class PaymentInstrumentListForCustomer
location: class samples.TokenManagement.CustomerPaymentInstrument.ListPaymentInstrumentsForCustomer
/Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/CustomerPaymentInstrument/CreateCustomerPaymentInstrumentCard.java
Error:(27, 23) java: cannot find symbol
symbol: class Tmsv2customersEmbeddedDefaultPaymentInstrument
location: class samples.TokenManagement.CustomerPaymentInstrument.CreateCustomerPaymentInstrumentCard
/Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/CustomerPaymentInstrument/CreateCustomerPaymentInstrumentPinlessDebit.java
Error:(27, 23) java: cannot find symbol
symbol: class Tmsv2customersEmbeddedDefaultPaymentInstrument
location: class samples.TokenManagement.CustomerPaymentInstrument.CreateCustomerPaymentInstrumentPinlessDebit
/Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/CustomerPaymentInstrument/RetrieveCustomerPaymentInstrument.java
Error:(27, 23) java: cannot find symbol
symbol: class Tmsv2customersEmbeddedDefaultPaymentInstrument
location: class samples.TokenManagement.CustomerPaymentInstrument.RetrieveCustomerPaymentInstrument
/Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/PaymentInstrument/CreatePaymentInstrumentBankAccount.java
Error:(28, 23) java: cannot find symbol
symbol: class Tmsv2customersEmbeddedDefaultPaymentInstrument
location: class samples.TokenManagement.PaymentInstrument.CreatePaymentInstrumentBankAccount
/Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/PaymentInstrument/CreatePaymentInstrumentCard.java
Error:(28, 23) java: cannot find symbol
symbol: class Tmsv2customersEmbeddedDefaultPaymentInstrument
location: class samples.TokenManagement.PaymentInstrument.CreatePaymentInstrumentCard
/Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/PaymentInstrument/RetrievePaymentInstrument.java
Error:(28, 23) java: cannot find symbol
symbol: class Tmsv2customersEmbeddedDefaultPaymentInstrument
location: class samples.TokenManagement.PaymentInstrument.RetrievePaymentInstrument
/Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/PaymentInstrument/CreatePaymentInstrumentPinlessDebit.java
Error:(28, 23) java: cannot find symbol
symbol: class Tmsv2customersEmbeddedDefaultPaymentInstrument
location: class samples.TokenManagement.PaymentInstrument.CreatePaymentInstrumentPinlessDebit
/Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/CustomerShippingAddress/RetrieveCustomerShippingAddress.java
Error:(27, 23) java: cannot find symbol
symbol: class Tmsv2customersEmbeddedDefaultShippingAddress
location: class samples.TokenManagement.CustomerShippingAddress.RetrieveCustomerShippingAddress
/Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/CustomerShippingAddress/CreateShippingAddress.java
Error:(27, 23) java: cannot find symbol
symbol: class Tmsv2customersEmbeddedDefaultShippingAddress
location: class samples.TokenManagement.CustomerShippingAddress.CreateShippingAddress
/Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/CustomerShippingAddress/ListShippingAddressesForCustomer.java
Error:(27, 23) java: cannot find symbol
symbol: class ShippingAddressListForCustomer
location: class samples.TokenManagement.CustomerShippingAddress.ListShippingAddressesForCustomer
/Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/InstrumentIdentifier/UpdateInstrumentIdentifierPreviousTransactionId.java
Error:(27, 23) java: cannot find symbol
symbol: class Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier
location: class samples.TokenManagement.InstrumentIdentifier.UpdateInstrumentIdentifierPreviousTransactionId
/Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/InstrumentIdentifier/CreateInstrumentIdentifierBankAccount.java
Error:(28, 23) java: cannot find symbol
symbol: class Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier
location: class samples.TokenManagement.InstrumentIdentifier.CreateInstrumentIdentifierBankAccount
/Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/InstrumentIdentifier/RetrieveInstrumentIdentifier.java
Error:(28, 23) java: cannot find symbol
symbol: class Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier
location: class samples.TokenManagement.InstrumentIdentifier.RetrieveInstrumentIdentifier
/Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/InstrumentIdentifier/CreateInstrumentIdentifierCardEnrollForNetworkToken.java
Error:(28, 23) java: cannot find symbol
symbol: class Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier
location: class samples.TokenManagement.InstrumentIdentifier.CreateInstrumentIdentifierCardEnrollForNetworkToken
/Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/InstrumentIdentifier/CreateInstrumentIdentifierCard.java
Error:(28, 23) java: cannot find symbol
symbol: class Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier
location: class samples.TokenManagement.InstrumentIdentifier.CreateInstrumentIdentifierCard
/Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/InstrumentIdentifier/ListPaymentInstrumentsForInstrumentIdentifier.java
Error:(27, 23) java: cannot find symbol
symbol: class PaymentInstrumentListForCustomer
location: class samples.TokenManagement.InstrumentIdentifier.ListPaymentInstrumentsForInstrumentIdentifier
/Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/Customer/UpdateCustomersDefaultPaymentInstrument.java
Error:(28, 23) java: cannot find symbol
symbol: class TmsV2CustomersResponse
location: class samples.TokenManagement.Customer.UpdateCustomersDefaultPaymentInstrument
/Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/Customer/UpdateCustomersDefaultShippingAddress.java
Error:(28, 23) java: cannot find symbol
symbol: class TmsV2CustomersResponse
location: class samples.TokenManagement.Customer.UpdateCustomersDefaultShippingAddress
/Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/Customer/UpdateCustomer.java
Error:(28, 23) java: cannot find symbol
symbol: class TmsV2CustomersResponse
location: class samples.TokenManagement.Customer.UpdateCustomer
/Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/Customer/CreateCustomer.java
Error:(28, 23) java: cannot find symbol
symbol: class TmsV2CustomersResponse
location: class samples.TokenManagement.Customer.CreateCustomer
/Users/franz/IdeaProjects/cybersource-rest-samples-java/src/main/java/samples/TokenManagement/Customer/RetrieveCustomer.java
Error:(28, 23) java: cannot find symbol
symbol: class TmsV2CustomersResponse
location: class samples.TokenManagement.Customer.RetrieveCustomer
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the IntelliJ project rebuild and the listed samples under src/main/java/samples/ValueAddedService, PayerAuthentication, and TokenManagement. Trace why the reported response and payment-instrument symbols cannot be found, then confirm that the project rebuild completes without these compilation errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100