Skip to content

Commit 2cf3f41

Browse files
committed
Fix: Sofinco OrderStatusNotification build url
1 parent f4bce78 commit 2cf3f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gateway/Client/SofincoCACFPaymentGatewayClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ private function resolveContractByExternalIdOptions(array $options): array
510510

511511
public function getOrderStatusNotificationUrl(): string
512512
{
513-
return sprintf('https://%s/orderStatusNotification/v1/', $this->apiHostName);
513+
return sprintf('https://%s/orderStatusNotification/v1', $this->apiHostName);
514514
}
515515

516516
public function deliverContract(string $id): ?Response

0 commit comments

Comments
 (0)