At the moment, the code seems to be coded with the assumption that all products will have a stock quantity, but of course this doesn't apply to virtual products, such as services and digital products.
The offending code is "apps/woocommerceconnector/woocommerceconnector/sync_products.py", line 631:
At the moment, the code seems to be coded with the assumption that all products will have a stock quantity, but of course this doesn't apply to virtual products, such as services and digital products.
The offending code is "apps/woocommerceconnector/woocommerceconnector/sync_products.py", line 631:
Here's the full error:
I "fixed" in the meantime by commenting out the qty line and making it null: