fond-of-oryx/payone-secure-invoice 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

fond-of-oryx/payone-secure-invoice

最新稳定版本:2.0.0

Composer 安装命令:

composer require fond-of-oryx/payone-secure-invoice

包简介

Implements necessary business logic to use Payone Secure Invoice with Spryker.

README 文档

README

license

To use Payone Secure Invoice the provider demands to use a dedicated payment portal for secure invoice, with dedicated credentials. This package contains a plugin which allows to add them via config.

Installation

Disclaimer: Right now this plugin can only be used in conjunction with our Spryker Payone Fork. The specific branch is feature/dedicated-invoice-credentials.

composer require fond-of-oryx/payone-secure-invoice

Enable the plugin by adding it to the dependency provider:

Pyz\Zed\Payone\Business\PayoneDependencyProvider::getStandardParameterMapperPlugins() {
    return [
        new SecureInvoiceDedicatedCredentialsPlugin(),
    ];
}

Configuration

The plugin expects to add the following configuration:

$config[PayoneSecureInvoiceConstants::PAYONE_SECURE_INVOICE_CREDENTIALS] = [
    PayoneSecureInvoiceConstants::PAYONE_CREDENTIALS_AID => '13245',
    PayoneSecureInvoiceConstants::PAYONE_CREDENTIALS_PORTAL_ID => '54321',
    PayoneSecureInvoiceConstants::PAYONE_CREDENTIALS_KEY => '123test',
];

Replace the credentials with your specific Payone Portal credentials.

统计信息

  • 总下载量: 12.98k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-06-02