pagadevcomm/paga-checkout

A Magento 2 module that is used for making payments via paga payment gateway

1.0.1 2020-06-24 17:22 UTC

This package is auto-updated.

Last update: 2024-04-25 02:32:17 UTC


README

PagaCheckout payment gateway Magento2 extension

Install

  • FTP/SCP into your hosting server and copy the unzipped file into the app/code/Magento folder or use
composer require paga/paga-checkout:dev-master
  • Enable the plugin:
php bin/magento module:enable Magento_PagaCheckout --clear-static-content
  • Execute the update scripts:
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
  • Flush and clean cache storage
php bin/magento cache:clean
php bin/magento cache:flush
  • From your magenta root folder, open the file app/etc/config.php.

    Add the line “‘PagaCheckout’ => 1,” at the end of the list

  • Configure PagaCheckout plugin in Magento
    1. Log in to your Magento admin panel.
    2. In the left navigation bar, go to Stores > Configuration.
    3. In the menu, go to Sales > Payment Methods.
    4. Click Required Settings and fill out the following fields:
    Field Description
    Enabled Yes
    Title Payments (powered by Paga)
    Test Public Key Test publicId (business organization publicId)
    Test Secret Key Test password or credential
    Live Public Key Live publicId (business organization publicId)
    Live Secret Key Live password or credential
    Test Mode Yes(For test account) and No(for live account)

Documentation

Support

For bug reports and feature requests directly related to this plugin, please use the issue tracker to report all issues.

For general support or questions about your Paga account, you can reach out by sending a mail to mailto.

Packagist Downloads Packagist Version Packagist Stars Packagist Version Packagist License