altapay / magento2-payment
Altapay:简化支付方式
3.6.11
2022-05-26 12:08 UTC
Requires
- php: >=5.6
- altapay/api-php: ^3.1.0
- dev-main
- 3.6.11
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.1.1
- 1.1.0
- 1.0.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.2
- 0.4.1
- 0.4.0
- 0.3.3
- 0.3.2
- 0.3.1
- 0.3.0
- 0.2.1
- 0.2.0
- 0.1.11
- 0.1.10
- 0.1.9
- 0.1.8
- 0.1.7
- 0.1.6
- 0.1.5
- 0.1.4
- 0.1.3
- 0.1.2
- 0.1.1
- 0.1.0
- 0.0.9.4
- 0.0.9.3
- 0.0.9.2
- 0.0.9.1
- 0.0.9
- 0.0.8
- 0.0.7
- 0.0.6
- 0.0.5
- 0.0.4
- 0.0.3
- 0.0.2
- 0.0.1
- dev-dependabot/npm_and_yarn/Tests/integration-tests/minimist-1.2.8
- dev-dependabot/npm_and_yarn/Tests/integration-tests/minimatch-3.1.2
- dev-sync-plugin-with-community-ver
- dev-feature/al-2
- dev-feature/al-1
- dev-feature/error-message-on-fail-card
This package is auto-updated.
Last update: 2024-09-16 08:34:48 UTC
README
Altapay使商家/开发者更容易在您的Magento 2网店中接收安全的支付。
兼容性
-
Magento 2.2及以下
对于Magento 2.3及以上版本,请参阅AltaPay for Magento2 Community
安装
在Magento 2根目录下运行以下命令
composer require altapay/magento2-payment
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
如何运行cypress测试
先决条件
- 应将带有示例数据的Magento 2安装到公开可访问的URL
- Cypress已安装
- 对于订阅测试,应将“Push It Messenger Bag”产品配置为订阅产品
信息
- 这些测试仅适用于信用卡、Klarna DKK和Altapay订阅(订阅的信用卡)
- 如果您不想测试上述任何一种支付方式,请在配置文件中留空。例如:“CC_TERMINAL_NAME”:“”
步骤
- 安装依赖
npm i
- 更新“cypress/fixtures/config.json”
- 在终端中执行
./node_modules/.bin/cypress run
以运行所有测试
变更日志
有关所有发布说明,请参阅变更日志
许可证
在MIT许可证下分发。有关更多信息,请参阅LICENSE
文档
有关更多详细信息,请参阅Altapay文档