Skip to content

Commit c3d20be

Browse files
committed
Fix: change Eureka merchant url (error in documentation)
1 parent a778a93 commit c3d20be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gateway/Client/EurekaPaymentGatewayClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public function getSTSConnectionUrl(): string
145145

146146
public function getMerchantUrl(): string
147147
{
148-
return sprintf('https://paymentservices.%s/MerchantGatewayFrontService.svc', $this->serverHostName);
148+
return sprintf('https://paymentservices.%s/MerchantGatewayFrontService.svc/soap', $this->serverHostName);
149149
}
150150

151151
public function getScoreV3Url(): string

0 commit comments

Comments
 (0)