rvvup / module-magento-payments-hyva-checkout
Compatibility module for Rvvup payment gateway for Magento 2
Installs: 2 371
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 2
Language:HTML
Type:magento2-module
Requires
- php: ^7.3 || ^8.1
- hyva-themes/magento2-compat-module-fallback: ^1.0
- hyva-themes/magento2-hyva-checkout: ^1.1
- magewirephp/magewire: *
- rvvup/module-magento-payments: 1.7.0
Requires (Dev)
- php: ^7.3|^8.1
- 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
- dev-main
- 1.7.0
- 1.6.0
- 1.5.1
- 1.4.0
- 1.3.15
- 1.3.11
- 1.3.10
- 1.3.9
- 1.3.8
- 1.3.7
- 1.3.6
- 1.3.5
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.3.0-RC-1
- 1.2.1-RC-1
- 1.1.0-RC-2
- 1.1.0-RC-1
- 1.0.10-RC-1
- 1.0.9-RC-1
- 1.0.8-RC-1
- 1.0.7-RC-1
- 1.0.6-RC-1
- 1.0.5-RC-1
- dev-applepay-express
- dev-apple-pay-inline-button-refactor
- dev-renovate/rvvup-module-magento-payments-1.x
- dev-applepay-inline
- dev-local
- dev-applepay-multiple-roots
- dev-rvvup-upgrade/1.6.0
- dev-feature/compatibility
- dev-update-151
- dev-aashwin-rvvup-patch-1
- dev-wip
- dev-pbc-styling
- dev-feature/1.3.7-compatibility
- dev-feature/1.3.6-compatibility
- dev-feature/1.3.5
- dev-feature/1.3.3
- dev-use-branch
- dev-feature/paypal-script-fix
- dev-feature/deployment
- dev-feature/hyva-1.2.0-compatibility
- dev-feature/paypal-cart
- dev-e2e-workflow
- dev-hyva-tests
- dev-feature/1.1.0
- dev-feature/1.0.8
- dev-feature/release-1.0.6
- dev-feature/images
- dev-andrii-onufriichuk-patch-1
- dev-magwire-any-version
- dev-feature/magewire
- dev-feature/initial-with-ci
- dev-hyva-namespace
- dev-feature/paypal-messaging
This package is auto-updated.
Last update: 2024-12-20 16:00:25 UTC
README
What's This?
This plugin integrates Rvvup payment solutions seamlessly into the Hyva Checkout process for Magento 2. Leveraging the power of Rvvup's versatile payment options, it offers a streamlined, secure, and user-friendly payment experience for customers. It's designed to work out of the box with the Hyva Checkout, enhancing its functionality with minimal setup.
Installation
To install the plugin, you can use the following commands:
composer require rvvup/module-magento-payments-hyva-checkout
After that, run setup:upgrade to install the plugin:
bin/magento setup:upgrade
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:
docker compose up -d --build
End to End Testing
This plugin comes with Playwright tests to ensure it's functionality.
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 with hyva + 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
Please note: There are tests included for credit card for both the inline and the modal versions. It depends on the configuration of the payment method which test will succeed.