Skip to content

Commit

Permalink
AD-294: Fix for LiveEndpointUrlPrefix
Browse files Browse the repository at this point in the history
  • Loading branch information
kpieloch committed Sep 20, 2024
1 parent 2115eff commit 6b96528
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public AbstractAdyenApiService(final BaseStoreModel baseStore, final String merc
} else {
this.config.setEnvironment(Environment.LIVE);
this.config.setTerminalApiCloudEndpoint(Client.TERMINAL_API_ENDPOINT_LIVE);
this.config.setLiveEndpointUrlPrefix(baseStore.getAdyenAPIEndpointPrefix());
}

}
Expand Down

0 comments on commit 6b96528

Please sign in to comment.