sofinco/epayment

Magento 2 的 Epayment 支付模块

安装: 42

依赖项: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 0

类型:magento2-module

dev-master 2019-12-13 18:14 UTC

This package is auto-updated.

Last update: 2024-09-29 05:28:47 UTC


README

Sofinco 支付解决方案的 Magento 2 扩展

关于

通过单一集成,提供多种支付方式,享受个性化的安全支付页面,支持多语言和多货币,并为您的客户提供货到付款或免息分期付款服务。

安装

  1. 请确保您有 Magento 网站的身份验证密钥(http://devdocs.magento.com/guides/v2.0/install-gde/prereq/connect-auth.html

  2. 在命令行中进入 Magento2 根目录(<your Magento install dir>

  3. 执行以下命令通过 Composer 获取模块文件(在 vendor 子目录下创建一个 sofinco 文件夹)。您需要使用您的 Public key 作为用户名,使用您的 Private key 作为密码。

    composer require sofinco/epayment
  4. 执行以下命令安装、激活和部署模块

    # Installation du module
    php bin/magento setup:upgrade
    # Nettoyage du cache
    php bin/magento cache:clean
    # Déploiement des ressources Front Office pour l'étape de paiement du tunnel de commande pour chaque langue du site (l'option <lang> est une liste séparée par des espaces de codes langue au format ISO-636, la liste est disponible en lançant la commande php bin/magento info:language:list)
    php bin/magento setup:static-content:deploy <lang> (exemple : fr_FR)
  5. 然后您可以通过商店配置菜单中的“Sofinco”新选项卡在 Back Office 中配置该模块

配置

默认设置对应于 Sofinco 测试环境,其中所有支付方式均可用,所有卡均可激活,不会进行任何实际支付。

要使用模块在生产环境中进行实际操作,您必须与 Sofinco 签订合同,并拥有您的身份验证信息,根据您的合同配置选项、支付方式和卡。

已知问题(已知问题)

版本 2.2.1, 2.2.2

在 BackOffice 中保存模块设置存在问题(账户设置):字段 passwordhmacalgo 在每次保存时都会重新加密。

在 Magento 2.3.x(2.3-dev)中部分问题已解决

提交 305bf94b7401065ea0aaf2c18af93ce7b8dfca15) 这些字段实际上在保存时不再重新加密,但它们不再从配置文件(etc/config.xml)中读取。