Skip to content

Commit

Permalink
Edit comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gcatanese committed Jan 17, 2024
1 parent 6be84fa commit 4811864
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ public TerminalCloudApiService(ApplicationProperty applicationProperty) {

client = new Client(applicationProperty.getApiKey(), Environment.TEST);
if(applicationProperty.getAdyenTerminalApiCloudEndpoint() != null) {
// override AdyenTerminalApiCloudEndpoint TEST URL (for example using Mock Terminal app)
/// Default: null, unless you want to override this to point to a different endpoint based on your region.
/// See https://docs.adyen.com/point-of-sale/design-your-integration/terminal-api/#cloud.
/// Optionally, if you do not own an Adyen Terminal/POS (yet), you can test this application using Adyen's Mock Terminal-API Application on GitHub: https://github.com/adyen-examples/adyen-mock-terminal-api (see README).
client.getConfig().setTerminalApiCloudEndpoint(applicationProperty.getAdyenTerminalApiCloudEndpoint());
}
terminalCloudAPI = new TerminalCloudAPI(client);
Expand Down

0 comments on commit 4811864

Please sign in to comment.