https://github.com/bluefinchcommerce/module-checkout-rvvup
An open-source compatibility extension module for Rvvup and the BlueFinch Checkout for Magento and Adobe Commerce.
https://github.com/bluefinchcommerce/module-checkout-rvvup
bluefinch bluefinchcommerce checkout e-commerce ecommerce headless magento magento2 open-source opensource payment payments rvvup storefront vue vuejs
Last synced: 12 months ago
JSON representation
An open-source compatibility extension module for Rvvup and the BlueFinch Checkout for Magento and Adobe Commerce.
- Host: GitHub
- URL: https://github.com/bluefinchcommerce/module-checkout-rvvup
- Owner: BlueFinchCommerce
- License: gpl-3.0
- Created: 2025-01-23T18:15:11.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2025-04-09T13:27:38.000Z (about 1 year ago)
- Last Synced: 2025-05-10T10:17:36.723Z (about 1 year ago)
- Topics: bluefinch, bluefinchcommerce, checkout, e-commerce, ecommerce, headless, magento, magento2, open-source, opensource, payment, payments, rvvup, storefront, vue, vuejs
- Language: Vue
- Homepage:
- Size: 274 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
[](https://dl.circleci.com/status-badge/redirect/gh/BlueFinchCommerce/module-checkout-rvvup/tree/main)
[](https://github.com/BlueFinchCommerce/module-checkout-rvvup/?tab=GPL-3.0-1-ov-file#readme)

# 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](https://github.com/bluefinchcommerce/module-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](https://experienceleague.adobe.com/en/docs/commerce-operations/installation-guide/tutorials/manage-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](https://help.rvvup.com/hc/en-gb/articles/13742786115217-Rvvup-for-Magento-Installation-Guide).
## Local frontend development workflow
Please refer to the local frontend development workflow section of the [BlueFinch Checkout contributing guidelines](https://github.com/BlueFinchCommerce/module-checkout/blob/main/.github/CONTRIBUTING.md), 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```