jambagecom/transactor
最新稳定版本:v0.14.2
Composer 安装命令:
composer require jambagecom/transactor
包简介
This is a basic API to develop extensions which connect to different payment transaction gateways.
README 文档
README
The extension transactor has the purpose to enable online payments connecting to various gateways.
Installation Requirement
Version 0.14.0 has a request parameter for the Api::Start class which is supported by tt_products 2.16.2+ and 3.5.2 and later.
Some extensions might need the old API which has however been removed in version 0.11.0.
The transactor extension contains a middleware, which payment extensions can use for dealing with a gateway instant message after the payment.
Use the transactor parameter as transactor=mygateway in the backend url to your payment extension page.
Your extension`s ext_localconf.php file must configure the middleware in TYPO3 10+:
$GLOBALS['TYPO3_CONF_VARS']['FE']['transactor_include']['mygateway'] = \Foo\Bar\Controller\ServerResponseController::class . '::processRequest';
Then your class ServerResponseController can receive the calls from the instant messages from your gateway.
统计信息
- 总下载量: 181
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 2
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2019-01-28