indykoning/module-paynl-graphql

此包最新版本(0.0.3)的许可证信息不可用。

.

0.0.3 2021-09-24 08:15 UTC

This package is auto-updated.

Last update: 2024-09-12 14:39:10 UTC


README

此模块旨在为Magento 2的paynl模块添加基本的GraphQL支持

要使用return_url,您需要paynl/magento2-plugin版本2.4.0及以上

安装

要安装此模块,可以运行composer require indykoning/module-paynl-graphql

要获得设置返回URL的完整功能,您应该

GraphQL

此模块添加了以下GraphQL查询。

查询

paynlTransaction

此查询期望pay_order_id作为参数。它将返回#PaynlTransactionOutput

突变

paynlStartTransaction

此查询期望order_id和可选的return_url。它将返回#PaynlStartTransactionOutput

paynlFinishTransaction

此查询期望pay_order_id。它将返回#PaynlTransactionOutput

类型

PaynlTransactionOutput

PaynlStartTransactionOutput