定制 rapidez/paynl 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

rapidez/paynl

最新稳定版本:5.0.0

Composer 安装命令:

composer require rapidez/paynl

包简介

Rapidez PayNL

关键字:

README 文档

README

Requirements

You need to have the PayNL Magento 2 module and the PayNL Magento 2 GraphQL module installed and configured within your Magento 2 installation.

Installation

composer require rapidez/paynl

Configuration

Because the payment endpoints require authentication we use justbetter/laravel-magento-client The folowing .env variables need to be set:

MAGENTO_BASE_URL=${MAGENTO_URL}
# See: https://developer.adobe.com/commerce/webapi/get-started/authentication/gs-authentication-token/#integration-tokens
MAGENTO_ACCESS_TOKEN=

By default the access token is used as bearer token, to use oauth for this instead see the authentication section

Only the Paynl_Payment::graphql_capture (GraphQL - Capture) resource access is required.

Views

You can publish the views with:

php artisan vendor:publish --provider="Rapidez\Paynl\PaynlServiceProvider" --tag=views

Pin payments

If you want to enable the pin terminal dropdown you will have to add the following snippet

pay_issuers {
    id
    name
}

to the available_payment_methods field in rapidez/core/resources/views/cart/queries/fragments/cart.graphql

License

GNU General Public License v3. Please see License File for more information.

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 2
  • Forks: 6
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0-or-later
  • 更新时间: 2021-09-28