rvvup / module-magento-payments-hyva-checkout
该包的最新版本(1.3.11)没有提供许可证信息。
适用于 Magento 2 的 Rvvup 支付网关兼容模块
1.3.11
2024-09-25 16:09 UTC
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.3.11
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
- phpunit/phpunit: ^6 || ^7 || ^8 || ^9 || ^10 || ^11
- dev-main
- 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-renovate/docker.io-bitnami-mariadb-11.x
- dev-renovate/docker.io-bitnami-elasticsearch-8.x
- dev-renovate/docker.io-bitnami-mariadb-10.x
- dev-renovate/rvvup-module-magento-payments-1.x
- dev-feature/compatibility
- 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-09-25 16:10:51 UTC
README
这是什么?
此插件将 Rvvup 支付解决方案无缝集成到 Magento 2 的 Hyva 结账过程中。利用 Rvvup 多样化的支付选项,它为顾客提供了一种简便、安全且用户友好的支付体验。它设计用于与 Hyva 结账直接兼容,以最小化设置即可增强其功能。
安装
要安装此插件,您可以使用以下命令
composer require rvvup/module-magento-payments-hyva-checkout
之后,运行 setup:upgrade 命令以安装插件
bin/magento setup:upgrade
测试商店的 Docker 配置
如果您希望在 Magento 商店上快速本地安装此插件(用于测试),可以按照以下步骤操作
- 将 .env.sample 复制到 .env 并根据需要更新值。
- 运行以下命令以启动 Docker 容器
docker compose up -d --build
端到端测试
此插件包含 Playwright 测试以确保其功能。
开始使用(安装依赖项)
npm i npx playwright install
(推荐),运行针对 Docker 化商店安装的 E2E 测试
这将启动一个包含已安装 hyva + rvvup 插件的 Magento Docker 容器,并对该容器运行测试。
./run-e2e-tests.sh
如果您已有现有商店,要运行测试,请使用以下命令
ENV TEST_BASE_URL=https://magento.test npx playwright test --ui # change your base url to point to the right domain
请注意:该插件包含对内联和模态版本的信用卡测试。测试成功取决于支付方式的配置。