From 23cacf26b8e7f3b74aa7e9bb9ca6c506da2af610 Mon Sep 17 00:00:00 2001 From: Kostandin Dimitrijevic Date: Thu, 26 Mar 2020 13:05:36 +0100 Subject: [PATCH] Change BE link Issue: CS-844 --- src/BusinessLogic/Country/CountryService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BusinessLogic/Country/CountryService.php b/src/BusinessLogic/Country/CountryService.php index 2836bbc2..bde4a9a8 100644 --- a/src/BusinessLogic/Country/CountryService.php +++ b/src/BusinessLogic/Country/CountryService.php @@ -71,7 +71,7 @@ class CountryService extends BaseService 'name' => 'Belgium', 'code' => 'BE', 'postal_code' => '1000', - 'registration_link' => 'https://auth.packlink.com/en-GB/{system_name}/register?platform=PRO&platform_country=UN', + 'registration_link' => 'https://auth.packlink.com/nl-NL/{system_name}/registrieren?platform=PRO&platform_country=UN', ), 'PT' => array( 'name' => 'Portugal',