deano / module-adyen-whitelist-api
该包的最新版本(1.0.0)没有提供许可信息。
一个允许通过Adyen API进行adyen URL管理的Magento 2模块。
1.0.0
2024-09-06 09:44 UTC
Requires
- php: ^8.0
- adyen/module-payment: ^8.0
README
概述
一个允许通过Adyen API进行adyen URL管理的Magento 2模块 - https://docs.adyen.com/api-explorer/Management/3/get/merchants/(merchantId)/apiCredentials/(apiCredentialId)/allowedOrigins
安装
composer require deano/module-adyen-whitelist-api
配置
在开始使用此模块之前,请确保在“商店”>“配置”>“销售”>“支付方式”>“Adyen”>“配置”>“必需设置”下设置了以下配置:
- 凭证ID
- 测试API密钥
- 测试客户端密钥
- 商户账户
用法
从每个商店中删除所有URL。
bin/magento adyen:whitelist:urls --mode remove
从每个商店中添加所有URL。
bin/magento adyen:whitelist:urls --mode add
列出当前所有白名单URL。
bin/magento adyen:whitelist:urls --mode list