cryptom2 / base
辅助模块,用于向magento注入web3js库
v1.0.1
2022-10-13 08:24 UTC
This package is auto-updated.
Last update: 2024-09-13 13:00:05 UTC
README
描述
模块添加
- web3js库到magento
- 在
sales_order table
中添加新字段order_hash
,用于在加密支付过程中识别订单
安装
要安装模块,您需要将仓库添加到您的composer.json
"repositories": {
"crypto-base": {
"type": "git",
"url": "git@github.com:torys877/crypto-base.git"
}
}
或者,在控制台添加
composer config repositories.crypto-base git git@github.com:torys877/crypto-base.git
安装模块
composer require cryptom2/base:v1.0.0
并运行
php bin/magento setup:upgrade