thebigsurf/wire-update-hook

Wire Update Hook

1.2.1 2019-12-09 18:54 UTC

This package is auto-updated.

Last update: 2024-04-10 04:53:35 UTC


README

Listen for product and attribute events and pass them to a configured API endpoint

To Install via Composer:

$ composer require thebigsurf/wire-update-hook

To Install Manually:

paste the folder into:

  • [magentoDir]/app/code/TheBigSurf/WireUpdateHook

run

$ bin/magento module:enable TheBigSurf_WireUpdateHook
$ bin/magento setup:upgrade
$ bin/magento setup:di:compile