Skip to content

The Laravel eCommerce Accept Payment Gateway allows the customer to make use of Accept payment gateway in the Bagisto eCommerce website.

License

Notifications You must be signed in to change notification settings

bagisto/bagisto-weaccept-payment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

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

Requirements:

  • Bagisto: 1.3.2

Installation :

  • Run the following command
composer require bagisto/bagisto-weaccept-payment
  • Goto config/concord.php file and add following line under 'modules'
\Webkul\WeAccept\Providers\ModuleServiceProvider::class
  • WeAccept Merchent Account's URL

    • Transaction response callback
    https://yourdomain.com/weaccept/paymob_txn_response_callback
    
  • Run these commands below to complete the setup

composer dump-autoload
php artisan migrate
php artisan route:cache
php artisan optimize
php artisan vendor:publish

-> Press 0 and then press enter to publish all assets and configurations.

That's it, now just execute the project on your specified domain.

About

The Laravel eCommerce Accept Payment Gateway allows the customer to make use of Accept payment gateway in the Bagisto eCommerce website.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published