adonisventocilla/bagisto-izipay-payment

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

Installs: 27

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/adonisventocilla/bagisto-izipay-payment

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

This package is auto-updated.

Last update: 2025-12-07 00:17:56 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.