adonisventocilla/bagisto-izipay-payment

Bagisto Izipay Payment add-on allow customers to pay for others using Izipay payment gateway.

dev-main 2022-10-06 17:54 UTC

This package is auto-updated.

Last update: 2025-01-06 22:21:22 UTC


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.