d3 / oxid-paypal-replacement
当不使用 Paypal 模块时,用于替换的空包,应从安装中移除。
1.0.2
2021-08-25 11:24 UTC
Requires
Replaces
This package is auto-updated.
Last update: 2024-09-25 18:04:20 UTC
README
此包从商店中删除未使用的 OXID Paypal 模块包,并防止后续更新中的冲突。
安装
如果 Paypal 模块未被使用且应从商店安装中移除
-
在商店后端禁用 Paypal 模块。
-
在您的商店中运行此 composer 命令。如果您的安装需要,请调整此说明。
composer require d3/oxid-paypal-replacement --update-no-dev
-
手动从源/modules/oe/oepaypal 中删除文件。
-
仅适用于 OXID eShop 6.2
composer require -n oxid-esales/oxideshop-update-component oxid-esales/developer-tools --update-no-dev vendor/bin/oe-console oe:module:reset-configurations vendor/bin/oe-console oe:oxideshop-update-component:install-all-modules composer remove -n oxid-esales/oxideshop-update-component oxid-esales/developer-tools --update-no-dev
请忽略“文件不可读”的消息。
卸载
如果需要再次使用 Paypal 模块
-
手动从 vendor/composer/installed.json 和 composer.lock 文件中清理替换模块条目(d3/oxid-paypal-replacement)。
-
在您的商店中运行此 composer 命令。如果您的安装需要,请调整此说明。
composer remove d3/oxid-paypal-replacement --update-no-dev