You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, sometimes we get error: TypeError: strcasecmp() expects parameter 1 to be string, null given in vendor/vipps/module-login/Model/VippsAddressManagement.php:385. In our website we don't really use region. Also, I checked table vipps_customer_address and about 0.8% of rows have region value null. So looks like region can be null and that causes error. Can you add check for null or cast to string or some other fix here?
Hi, sometimes we get error:
TypeError: strcasecmp() expects parameter 1 to be string, null given in vendor/vipps/module-login/Model/VippsAddressManagement.php:385
. In our website we don't really use region. Also, I checked tablevipps_customer_address
and about 0.8% of rows have region valuenull
. So looks like region can be null and that causes error. Can you add check for null or cast to string or some other fix here?Magento version: 2.3.5-p1
Vipps login module version: 2.3.6
The text was updated successfully, but these errors were encountered: