We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a778a93 commit c3d20beCopy full SHA for c3d20be
Gateway/Client/EurekaPaymentGatewayClient.php
@@ -145,7 +145,7 @@ public function getSTSConnectionUrl(): string
145
146
public function getMerchantUrl(): string
147
{
148
- return sprintf('https://paymentservices.%s/MerchantGatewayFrontService.svc', $this->serverHostName);
+ return sprintf('https://paymentservices.%s/MerchantGatewayFrontService.svc/soap', $this->serverHostName);
149
}
150
151
public function getScoreV3Url(): string
0 commit comments