Skip to content

Commit

Permalink
Change BE link
Browse files Browse the repository at this point in the history
Issue: CS-844
  • Loading branch information
kostandin-logeecom committed Mar 26, 2020
1 parent 715f42c commit 23cacf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BusinessLogic/Country/CountryService.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 23cacf2

Please sign in to comment.