deano/module-adyen-whitelist-api

该包的最新版本(1.0.0)没有提供许可信息。

一个允许通过Adyen API进行adyen URL管理的Magento 2模块。

安装: 8

依赖项: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 0

开放问题: 0

类型:magento2-module

1.0.0 2024-09-06 09:44 UTC

This package is auto-updated.

Last update: 2024-09-06 10:02:26 UTC


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