Adds the YOOZ payment gateway as a WooCommerce payment gateway, including
support for the WooCommerce Cart & Checkout blocks.
The human-readable source for the WooCommerce Blocks integration lives in /src/index.js.
The compiled output in /build/index.js is generated from that source using @wordpress/scripts.
To rebuild after modifying the source:
Install Node.js dependencies:
npm install
Build the production bundle:
npm run build
(Use npm start for a development watch build.)
Install PHP dependencies:
composer install –no-dev
Build tools used: Node.js, npm, @wordpress/scripts (webpack-based).
PHP dependency management: Composer.