altapay / magento2-community
AltaPay:简化支付流程
3.9.7
2024-09-12 05:03 UTC
Requires
- php: ^7.0 || ^8.1
- altapay/api-php: ^3.4.2
- dev-main
- 3.9.7
- 3.9.6
- 3.9.5
- 3.9.4
- 3.9.3
- 3.9.2
- 3.9.1
- 3.9.0
- 3.8.9
- 3.8.8
- 3.8.7
- 3.8.6
- 3.8.5
- 3.8.4
- 3.8.3
- 3.8.2
- 3.8.1
- 3.8.0
- 3.7.9
- 3.7.8
- 3.7.7
- 3.7.6
- 3.7.5
- 3.7.4
- 3.7.3
- 3.7.2
- 3.7.1
- 3.7.0
- 3.6.13
- 3.6.12
- 3.6.11
- 3.6.10
- 3.6.9
- 3.6.8
- 3.6.7
- 3.6.5
- 3.6.4
- 3.6.3
- 3.6.2
- 3.6.1
- 3.6.0
- 3.5.9
- 3.5.8
- 3.5.7
- 3.5.6
- 3.5.5
- 3.5.4
- 3.5.3
- 3.5.2
- 3.5.1
- 3.5.0
- 3.4.9
- 3.4.8
- 3.4.7
- 3.4.6
- 3.4.5
- 3.4.4
- 3.4.3
- 3.4.2
- 3.4.1
- 3.4.0
- 3.3.9
- 3.3.8
- 3.3.7
- 3.3.6
- 3.3.5
- 3.3.4
- 3.3.3
- 3.3.2
- 3.3.1
- 3.3.0
- 3.2.9
- 3.2.8
- 3.2.7
- 3.2.6
- 3.2.5
- 3.2.4
- 3.2.3
- 3.2.2
- 3.2.1
- 3.2.0
- 3.1.9
- 3.1.8
- 3.1.7
- 3.1.6
- 3.1.5
- 3.1.4
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.0.1
- dev-feature/mass-order-action
- dev-auto-config-logo
- dev-optimize_transaction_data
This package is auto-updated.
Last update: 2024-09-20 04:52:30 UTC
README
AltaPay让商家/开发者更容易在他们的Magento2网店中接收安全的支付。
支持的支付方式和功能
注意,如果在“Magento Commerce Cloud”中遇到403禁止错误,可能是由于“Fastly”阻止了我们的回调造成的。在这种情况下,请联系Fastly支持。
兼容性
-
Magento 2.3及以上
对于2.2及以下版本,请参阅AltaPay插件用于Magento2.2
安装
在Magento 2根目录下运行以下命令
composer require altapay/magento2-community
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
额外模块
我们创建了一些补充模块,以增强AltaPay在Magento2 Community中的功能。
- AltaPay for Magento 2 Recurring Payments - 在您的Magento 2在线商店中启用订阅和定期支付处理。此模块确保与Amasty Subscriptions & Recurring Payments的无缝集成。
- Fooman Order Fees扩展集成 - 在结账时向Magento客户收取额外费用和订单升级。
支持的扩展
AltaPay支付扩展已测试并确认与以下模块兼容
- Amasty Subscriptions & Recurring Payments
- Amasty One Step Checkout Pro
- OneStepCheckout
- Fooman Order Fees
- Fire Checkout - One Page Checkout
- Mageplaza OneStepCheckout
- Amasty Mass Order Actions
如何运行cypress测试
先决条件
- 带有默认主题(Luma)和示例数据的Magento 2
- 对于订阅测试,"Argus All-Weather Tank"产品应配置为订阅产品
步骤
-
导航到
tests/integration-test
-
通过执行以下命令安装cypress
npm i
-
更新
cypress/fixtures/config.json
-
运行cypress
./node_modules/.bin/cypress open
变更日志
请参阅变更日志以查看所有发布说明。
许可证
在MIT许可证下分发。有关更多信息,请参阅LICENSE
文档
有关更多详细信息,请参阅docs