LaravelPackages.net
Acme Inc.
Toggle sidebar
devloopsnet/bagisto-mastercard

MasterCard Payment Gateway for Bagisto.

8
1
v1.0.2
About devloopsnet/bagisto-mastercard

devloopsnet/bagisto-mastercard is a Laravel package for mastercard payment gateway for bagisto.. It currently has 1 GitHub stars and 8 downloads on Packagist (latest version v1.0.2). Install it with composer require devloopsnet/bagisto-mastercard. Discover more Laravel packages by devloopsnet or browse all Laravel packages to compare alternatives.

Last updated

Codacy Badge Latest Version on Packagist Postcardware

PHP from Packagist Total Downloads StyleCI

Bagisto MasterCard Payment Gateway

1. Introduction:

This package provides MasterCard as a payment gateway for bagisto, it supports testing mode.

2. Requirements:

  • Bagisto: v1.3.1.

3. Installation:

  • Install the Bagisto MasterCard Payment Gateway extension
composer require devloopsnet/bagisto-mastercard
  • Run these commands below to complete the setup
php artisan config:cache
php artisan migrate
php artisan route:cache
php artisan vendor:publish

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

4. Setup

Navigate to admin/configuration/sales/paymentmethods by going to Configure -> Sales -> Payment Methods

Then you can fill in the needed credentials provided by your account manager, which are Access Token and Entity Id

  • Make sure to enable testing mode when testing.
  • Using live credentials with testing mode enabled will cause the payment gateway to stop working properly.
Comments