rvvup / module-magento-payments
Rvvup payment gateway for Magento 2
Package info
github.com/rvvup/magento-plugin
Type:magento2-module
pkg:composer/rvvup/module-magento-payments
1.13.1
2026-03-18 13:51 UTC
Requires
- php: ^7.3 || ^8.0
- ext-json: *
- guzzlehttp/guzzle: >=6.3.3
- magento/framework: ^103
- magento/module-catalog: ^104.0
- magento/module-checkout: >=100.4
- magento/module-grouped-product: >=100.4
- magento/module-payment: >=100.4
- magento/module-sales: >=103
- rvvup/sdk: 1.9.0
Requires (Dev)
- bitexpert/phpstan-magento: ~0.28
- dealerdirect/phpcodesniffer-composer-installer: ^1.0
- magento/magento-coding-standard: *
- phpstan/extension-installer: 1.4.x
- phpstan/phpstan: ^0.12.2 || ^1.2 || ^2.0
- phpunit/phpunit: ^6 || ^7 || ^8 || ^9 || ^10 || ^11
This package is auto-updated.
Last update: 2026-06-11 00:55:37 UTC
README
Dockerized Setup of Test Store
If you would like to have a quick local installation of the plugin on a magento store (for testing), you can follow these steps:
- Copy .env.sample to .env and update the values as needed.
- Run the following command to start the docker containers:
scripts/local-run.sh
- The magento store, once it has completed start up, will be available at https://local.dev.rvvuptech.com/
End to End Testing
This plugin comes with Playwright tests to ensure it's functionality. The tests rely on sample data provided by magento.
Get Started (install dependencies):
npm i npx playwright install
(Recommended), Running the E2E tests against a dockerized store installation
This will spin up a docker container with magento installation + rvvup plugin installed and run the test against this container.
./scripts/run-e2e-tests.sh
If you have an existing store, to run the tests, use the following command:
ENV TEST_BASE_URL=https://magento.test npx playwright test --ui # change your base url to point to the right domain