Suggestion: Is it possible to add support for storecodes in the URL? Otherwise the error below gets thrown:
When a user fills in the postal code + housenumber, an ajax call gets fired to (/postcode-eu/V1/nl/address//). The following error gets logged:
report.CRITICAL: TypeError: Return value of Flekto\Postcode\Helper\ApiClientHelper::prepareApiClient() must be an instance of Flekto\Postcode\Helper\PostcodeApiClient, array returned in /vendor/postcode-nl/api-magento2-module/Helper/ApiClientHelper.php:110
Which means that the return type of 'prepareApiClient' should be mixed or add array as return type.
Magento version: 2.4.2-p2 Module version: 3.1.1
Suggestion: Is it possible to add support for storecodes in the URL? Otherwise the error below gets thrown:
When a user fills in the postal code + housenumber, an ajax call gets fired to (/postcode-eu/V1/nl/address//). The following error gets logged:
report.CRITICAL: TypeError: Return value of Flekto\Postcode\Helper\ApiClientHelper::prepareApiClient() must be an instance of Flekto\Postcode\Helper\PostcodeApiClient, array returned in /vendor/postcode-nl/api-magento2-module/Helper/ApiClientHelper.php:110
Which means that the return type of 'prepareApiClient' should be mixed or add array as return type.