bluefinchcommerce/module-checkout-rvvup

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

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 2

Forks: 0

Open Issues: 0

Language:Vue

Type:magento2-module


README

CircleCI

GNU General Public License Version 3

Checkout Powered by BlueFinch

Checkout Rvvup Module

Requirements

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

Installation

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

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

composer require bluefinch/module-checkout-rvvup

Checkout Rvvup 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 rvvup integration documentation, see Rvvup 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