paradoxlabs / tokenbase
ParadoxLabs令牌化支付方式的基础模块。
4.7.0
2024-06-28 00:00 UTC
Requires
- ext-json: *
- magento/framework: ^102.0||^103.0
- magento/module-admin-notification: ^100.0
- magento/module-backend: ^100.0||^101.0||^102.0
- magento/module-checkout: ^100.0
- magento/module-config: ^100.0||^101.0
- magento/module-customer: ^100.0||^101.0||^102.0||^103.0
- magento/module-directory: ^100.0
- magento/module-instant-purchase: ^100.0
- magento/module-payment: ^100.0
- magento/module-quote: ^100.0||^101.0
- magento/module-sales: ^100.0||^101.0||^102.0||^103.0
- magento/module-store: ^100.0||^101.0
- magento/module-vault: ^100.1||^101.0
- monolog/monolog: ^1.11||^2.0
This package is auto-updated.
Last update: 2024-08-28 15:53:43 UTC
README
TokenBase是大多数ParadoxLabs Magento® 扩展的基础包。它提供了一个类似于但比Magento_Vault更丰富的令牌化卡存储机制,并为围绕这些存储的卡构建的支付网关实现提供了抽象组件。
要求
- Magento 2.3 或 2.4(或Adobe Commerce、Adobe Commerce Cloud或Mage-OS的等效版本)
- PHP 7.3, 7.4, 8.0, 8.1 或 8.2
- composer 1 或 2
特性
- 令牌化卡存储
- 前端和管理面板客户卡管理
- 存储卡服务层
- REST API 覆盖
- SOAP API 覆盖
- GraphQL API 覆盖
- 将事务日志分离到
tokenbase.log
- 抽象支付方法实现
- 抽象支付网关实现
安装和使用
在您的Magento基础目录下使用SSH运行
composer require paradoxlabs/tokenbase
php bin/magento module:enable ParadoxLabs_TokenBase
php bin/magento setup:upgrade
注意:这是一个共享库,其他模块可以在此基础上构建。它不提供任何自身功能,并且没有单独的支持性Magento扩展(如ParadoxLabs的Authorize.net CIM或CyberSource支付方式)的情况下无法使用。
更新日志
请参阅 CHANGELOG.md。
支持
本模块免费提供,不提供任何形式的支持。您可以报告在模块中发现的问题,我们将尽力解决,但不会提供支持。
请不要在问题、pull请求或评论中包含任何API密钥、凭证或客户标识信息。任何个人身份信息将立即被删除。
如果您需要个人支持服务,请从ParadoxLabs购买扩展支持计划,然后在support.paradoxlabs.com上提交工单。
贡献
请随时提交任何贡献的pull请求。我们欢迎并感谢您的支持,并将认可贡献者。
本模块由ParadoxLabs维护,用于ParadoxLabs扩展。我们不做接受贡献的保证,尤其是引入架构变更的贡献。
许可
本模块根据APACHE许可证,版本2.0授权。