rvvup / module-magento-payments
Rvvup 为 Magento 2 的支付网关
1.3.11
2024-09-20 20:13 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.2.3
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
- 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.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.1
- 1.2.0
- 1.1.0
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- 0.17.5
- 0.17.4
- 0.17.3
- 0.17.2
- 0.17.1
- 0.17.0
- 0.16.2
- 0.16.1
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.2
- 0.13.1
- 0.13.0
- 0.12.9
- 0.12.8
- 0.12.7
- 0.12.6
- 0.12.5
- 0.12.4
- 0.12.3
- 0.12.2
- 0.12.1
- 0.12.0
- 0.11.2
- 0.11.1
- 0.11.0
- 0.10.1
- 0.10.0
- 0.9.2
- 0.9.1
- 0.9.0
- 0.8.2
- 0.8.1
- 0.8.0
- 0.7.3
- 0.7.2
- 0.7.1
- 0.7.0
- 0.6.0
- 0.5.6
- 0.5.5
- 0.5.4
- 0.5.3
- 0.5.2
- 0.5.1
- 0.5.0
- 0.4.1
- 0.4.0
- 0.3.2
- 0.3.1
- 0.3.0
- 0.2.0
- 0.1.0
- dev-debug/webhooks
- dev-webhook-simplification
- dev-simplify-capture-class
- dev-virtual-checkout-tests
- dev-feature/deployment
- dev-config-changes-2
- dev-debug/test
- dev-feature/void-payment-hash-failures
- dev-feature/admin-sdk-proxy
- dev-fix/collect-totals
- dev-debug/total-mismatch-2
- dev-debug/total-mismatch
- dev-hash
- dev-feature/express-paypal-minicart
- dev-firecheckout-compatibility-2
- dev-aash/test
- dev-feature/hyva-error-messaging
- dev-wiremocked-example
- dev-feauture/payment-void-on-failure
- dev-feature/pbc-fields
- dev-playwright-testing
- dev-feature/moto
- dev-fix/email-bk
- dev-feature/payment-tagline
- dev-processing-webhook
- dev-fix/cards-loading-error
- dev-fix/hyva-express-paypal
- dev-tsa-713-missing-param
- dev-feature/paypal-messaging
- dev-release/0.12.8
This package is auto-updated.
Last update: 2024-09-27 17:01:24 UTC
README
测试店铺的 Docker 配置
如果您想在 Magento 店铺上快速安装此插件(用于测试),可以按照以下步骤操作
- 将 .env.sample 复制到 .env 并根据需要更新值。
- 运行以下命令以启动 Docker 容器
docker-compose up -d --build
- 一旦 Magento 店铺启动完成,将可通过以下地址访问 https://local.dev.rvvuptech.com/
端到端测试
此插件包含 Playwright 测试以确保其功能。测试依赖于 Magento 提供的样本数据。
开始使用(安装依赖项)
npm i npx playwright install
(推荐),运行针对 Docker 化店铺安装的端到端测试
这将启动一个包含 Magento 安装和已安装的 rvvup 插件的 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