Description
Saferpay – the easy way to pay, we just released a new payment gateway for the newest saferpay API, it supports the latest Bagisto 2; the default price is for one domain license, if you want to more license or service, please contact me via my email: joomvm@gmail.com.
The following is the installation steps for Bagisto – Saferpay Payment Gateway :
1. Once you have purchased the extension, Download the zip folder.
2.Unzip the folder and go to your Bagisto application path ‘packages’
and create a folder named ‘VM2X/Saferpay/’ upload ‘src’ folder
inside this path.
3. Now open ‘config/app.php’ and register the VM2X saferpay.
‘providers’ => [
//VM2X saferpay provider
VM2X\Saferpay\Providers\SaferpayServiceProvider::class,
]
4. Open composer.json and go to autoload psr-4.
“autoload”: {
“psr-4”: {
“VM2X\\Saferpay\\”: “packages/VM2X/Saferpay/src”
}
}
5.Open the command prompt and run composer dump-autoload.
6. Run php artisan migrate
7. Run php artisan config:cache
8. Run php artisan optimize to clear the route and config cache .
In test mode, you need a test account from saferpay.com.
To register an account for the test , you will receive an email have the following info:
For backend:
https://test.saferpay.com/BO
Username: [YOUR USERNAME]
Password: [YOUR PASSWORD]
For API
https://test.saferpay.com/api/
Username: [YOUR API USERNAME]
Password: [YOUR API PASSWORD]
Reviews
There are no reviews yet.