Skip to content

fix: route forward and identity clients to dedicated base URLs#596

Open
armando-rodriguez-cko wants to merge 4 commits into
masterfrom
fix/forward-identity-base-urls
Open

fix: route forward and identity clients to dedicated base URLs#596
armando-rodriguez-cko wants to merge 4 commits into
masterfrom
fix/forward-identity-base-urls

fix: use correct base URLs for forward and identity services

c82abe8
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded May 11, 2026 in 8s

No new alerts in code changed by this pull request

Annotations

Check notice on line 20 in src/main/java/com/checkout/CustomEnvironment.java

See this annotation in the file changed.

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
IEnvironment.getForwardApi
; it is advisable to add an Override annotation.

Check notice on line 22 in src/main/java/com/checkout/CustomEnvironment.java

See this annotation in the file changed.

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
IEnvironment.getIdentityApi
; it is advisable to add an Override annotation.

Check notice on line 33 in src/main/java/com/checkout/Environment.java

See this annotation in the file changed.

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
IEnvironment.getForwardApi
; it is advisable to add an Override annotation.

Check notice on line 34 in src/main/java/com/checkout/Environment.java

See this annotation in the file changed.

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
IEnvironment.getIdentityApi
; it is advisable to add an Override annotation.