This module serves as an example of how to create a custom extension for the BlueFinch Checkout module.
- Magento 2.4.6 or higher
- Node 16 or higher (for development purposes only)
- Latest version of BlueFinch Checkout
Ensure you have installed the latest version of BlueFinch Checkout, which can be found here, BlueFinch Checkout.
For information about a module installation in Adobe Commerce, see Enable or disable modules.
Remember to clear any appropriate caches.
Please refer to the BlueFinch Checkout Modules docs, specifically the Custom extension guide and the how to create a checkout extension module document.
Please refer to the local frontend development workflow section of the BlueFinch Checkout contributing guidelines, that applies to all BlueFinch Checkout extension modules, such as this one.
CircleCi is a tool for us to use to allow for tested to be run on our modules before they are deployed.
This template comes with EsLint and PHPStan.
You can add more tests to this if you need to.
You can test CircleCi before you push your code.
To do this you need to install circleci locally.
brew install circleci
Then once this has been installed in the main directory of your package then.
circleci local execute