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
When the module is not configured, the SOAP-request will not work. Then there will be a warning because of the iteration of a bool-value. Throws a warning in developer-mode in the backend in stores->configuration, regardless if module is enabled in config or not.
Files involved:
app/code/MDS/Collivery/Model/Customer/Address/Attribute/Source/Location.php
public function getLocations()
app/code/MDS/Collivery/Model/Customer/Address/Attribute/Source/Suburb.php
public function getSuburbs()
app/code/MDS/Collivery/Model/Customer/Address/Attribute/Source/Town.php
public function getTowns()
The text was updated successfully, but these errors were encountered:
When the module is not configured, the SOAP-request will not work. Then there will be a warning because of the iteration of a bool-value. Throws a warning in developer-mode in the backend in stores->configuration, regardless if module is enabled in config or not.
Files involved:
app/code/MDS/Collivery/Model/Customer/Address/Attribute/Source/Location.php
public function getLocations()
app/code/MDS/Collivery/Model/Customer/Address/Attribute/Source/Suburb.php
public function getSuburbs()
app/code/MDS/Collivery/Model/Customer/Address/Attribute/Source/Town.php
public function getTowns()
The text was updated successfully, but these errors were encountered: