libracore / WooCommerceConnector

Integration App for ERPNext to connect to WooCommerce
Other
81 stars 136 forks source link

Minor fixes #59

Closed germanllop closed 2 years ago

germanllop commented 2 years ago

On sync_orders: .decode("utf-8") is no longer needed

On sync_products, there is this error when there are no stocks setted up, will validate if any of those are None qty = actual_qty - reserved_qty TypeError: unsupported operand type(s) for -: 'NoneType' and 'NoneType'