thelia/bridge-payment-module
最新稳定版本:2.0.3
Composer 安装命令:
composer require thelia/bridge-payment-module
包简介
BridgePayment module for Thelia
README 文档
README
This module allows you to offer your customers a payment system via Bridge.
Installation
Manually
- Copy the module into
<thelia_root>/local/modules/directory and be sure that the name of the module is BridgePayment. - Activate it in your thelia administration panel
Composer
Add it in your main thelia composer.json file
composer require thelia/bridge-payment-module:~1.0
Usage
- Create an account here https://dashboard.bridgeapi.io/signin.
- Create your WebApp, then copy your client id and client secret into BridgePayment Thelia module configuration
- On your WebApp go to Webhooks > Add a webhook.
- On your webhook configuration in Callback URL enter
https://<your_domain>/bridge/notificationand checkpayment.transaction.createdandpayment.transaction.updated. - Copy your webhook secret key in BridgePayment Thelia module configuration.
You can check Bridge documentation for help https://docs.bridgeapi.io/docs/quickstart
统计信息
- 总下载量: 31
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0-or-later
- 更新时间: 2023-06-02