My Sendcloud module suddenly stops working on all my thirtybees shops.
When executing the webservice i get this:
<prestashop xmlns:xlink="http://www.w3.org/1999/xlink">
<errors>
<error>
<code>
<![CDATA[ 3 ]]>
</code>
<message>
<![CDATA[
count(): Parameter must be an array or an object that implements Countable (/home/xxxx/domains/xxxxx.xx/public_html/classes/webservice/WebserviceRequest.php, line 927)
]]>
</message>
</error>
</errors>
</prestashop>
Is there something changed in thirtybees webservice? It happens on all my TB shops, even the fresh installs of 1.08
Line 927 and 928 says this:
if (count(static::$shopIDs)) {
return true;