bluefinchcommerce/module-checkout-ppcp

There is no license information available for the latest version (1.0.2) of this package.

Installs: 283

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 2

Forks: 1

Open Issues: 0

Language:Vue

Type:magento2-module

1.0.2 2025-02-25 17:03 UTC

This package is auto-updated.

Last update: 2025-05-08 13:19:36 UTC


README

CircleCI

GNU General Public License Version 3

Checkout Powered by BlueFinch

BlueFinch Checkout PPCP Module

Requirements

  • Magento 2.4.6 or higher
  • Node 16 or higher (for development purposes only)
  • Latest version of the BlueFinch Checkout

Installation

Ensure you have installed the latest version of the BlueFinch Checkout, which can be found here, BlueFinch Checkout.

To install the BlueFinch Checkout PPCP module, run the following command in your Magento 2 root directory:

composer require bluefinchcommerce/module-checkout-ppcp

BlueFinch Checkout PPCP follows the standard installation process for Adobe Commerce.

For information about a module installation in Adobe Commerce, see Enable or disable modules.

Remember to clear any appropriate caches.

Once installed the module follows the same configuration settings as prescribed by the official PPCP for Magento integration documentation, see PPCP for Magento.

Local frontend development workflow

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

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.

Testing your module locally

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