Skip to content

Commit

Permalink
Merge pull request #451 from Adyen/bugfix/AD-294_13.0
Browse files Browse the repository at this point in the history
AD-294: Fix for LiveEndpointUrlPrefix
  • Loading branch information
kpieloch authored Oct 2, 2024
2 parents 8ef0f20 + 6b96528 commit e9981e7
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 e9981e7

Please sign in to comment.