phannaly/bongloy-magento-payment
Composer 安装命令:
composer require phannaly/bongloy-magento-payment
包简介
Bongloy Payments for Magento 2
README 文档
README
Accept credit card payments through the Bongloy payment gateway.
- Supports Magento Instant Purchase for One Click Checkout
- Securely accept customer payments using the bongloy.js tokenization when collecting all payments.
- Provide customers option of storing payment information for future transactions.
- Stored customer card information can be used for orders created in the frontend or backend.
- Stored cards deleted by customer in Magento are also removed from the corresponding Bongloy customer profile.
- New payments can be authorize or authorize and capture.
- Authorized payments can be captured online during invoice creation.
- Full and partial refund support when creating credit memos.
- 3D Secure support for one-time and vault payments
Installation
Composer
In your Magento 2 root directory run
composer require phannaly/bongloy-magento-payment
bin/magento setup:upgrade
Magento Version Requirements
| Release | Magento Version |
|---|---|
| 2.1.x | >=2.2.5 |
| 2.0.x | 2.2.0-2.2.4 |
| 1.x.x | 2.1.x |
| None | 2.0.x |
Configuration
The configuration can be found in the Magento 2 admin panel under
Store->Configuration->Sales->Payment Methods->Bongloy
Enter your Bongloy account credentials (secret key and publishable key), select Accepted Currency and then enter Title (Bongloy Credit Card) so user will see and can select it as payment option in checkout page.
Testing and Local Development
WARNING The docker setup included is intended for local development only.
Local Development
cd ./dev
docker-compose up -d
docker-compose exec app module-installer
docker-compose exec app magento-installer
Create the host entry 127.0.0.1 bongloy.docker
Execute Tests
- Setup
docker-compose -f dev/docker-compose.yml up -d
docker-compose -f dev/docker-compose.yml exec app module-installer - Unit -
docker-compose -f dev/docker-compose.yml exec app test-unit - Integration -
docker-compose -f dev/docker-compose.yml exec app test-integration - Acceptance -
docker-compose -f dev/docker-compose.yml exec app test-acceptance
License
Open Software License v3.0
phannaly/bongloy-magento-payment 适用场景与选型建议
phannaly/bongloy-magento-payment 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 5 次下载、GitHub Stars 达 0, 最近一次更新时间为 2019 年 06 月 03 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 phannaly/bongloy-magento-payment 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 phannaly/bongloy-magento-payment 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 5
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2019-06-03