await buyProduct()

in client/src/components/product-item.js [124:128]


      await buyProduct(this.productItem?.id, () => {
        this.state.count--;
        // Open fake product dialog
        this.toggleDialog();
      });