Prestashop actionUpdateQuantity loop – Ebay API
I'm developing a simple module that hooks to actionUpdateQuantity hook. So, every time the stock of a product is updated I must update the stock of other products. But, to update the stock I call stockAvailable object, which trigger the…