adonisventocilla/bagisto-izipay-payment
Composer 安装命令:
composer require adonisventocilla/bagisto-izipay-payment
包简介
Bagisto Izipay Payment add-on allow customers to pay for others using Izipay payment gateway.
README 文档
README
Bagisto Izipay Payment add-on allow customers to pay for others using Izipay payment gateway.
Requirements:
- Bagisto: v1.3.2
Installation :
- Run the following command
composer require adonisventocilla/bagisto-izipay-payment
- Goto VerifyCsrfToken.php file and add following line in protected $except array (FilePath - app->Http->Middleware->VerifyCsrfToken.php)
'izipay/callback',
'izipay/cancel'
-
izipay Merchent Account's URL
- Return URL
https://yourdomain.com/izipay/callback- Sorry URL
https://yourdomain.com/izipay/cancel -
Run these commands below to complete the setup
composer dump-autoload
php artisan optimize
That's it, now just execute the project on your specified domain.
统计信息
- 总下载量: 27
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-10-06