We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eaf2e82 + 0eb7926 commit ae982e4Copy full SHA for ae982e4
src/service.ts
@@ -50,6 +50,12 @@ class Service {
50
{
51
throw new Error("Please provide your unique live url prefix on the setEnvironment() call on the Client.");
52
}
53
+
54
+ if (url.includes('/possdk/v68')) {
55
+ return url.replace("https://checkout-test.adyen.com/",
56
+ `https://${this.client.liveEndpointUrlPrefix}-checkout-live.adyenpayments.com/`);
57
+ }
58
59
return url.replace("https://checkout-test.adyen.com/",
60
`https://${this.client.liveEndpointUrlPrefix}-checkout-live.adyenpayments.com/checkout/`);
61
0 commit comments