devloopsnet / bagisto-mastercard
MasterCard Payment Gateway for Bagisto.
v1.0.2
2021-10-03 11:02 UTC
Requires
- php: ^8.0
- illuminate/bus: ^7.0|^8.0
- illuminate/contracts: ^7.0|^8.0
- illuminate/database: ^7.0|^8.0
- illuminate/pagination: ^7.0|^8.0
- illuminate/queue: ^7.0|^8.0
- illuminate/support: ^7.0|^8.0
Requires (Dev)
- mockery/mockery: ^1.3
- phpunit/phpunit: ^8.0|^9.0
This package is auto-updated.
Last update: 2024-11-09 22:28:18 UTC
README
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.