Skip to content

Rayleeiigh/php.aplazo-magento-2-payment-gateway

 
 

Repository files navigation

Installation steps

  • in your magento project do following on base dir:
composer require aplazo/aplazopayment
  • enable module:
php bin/magento module:enable Aplazo_AplazoPayment
  • do project redeploy:
php bin/magento setup:upgrade
  • Go to Admin panel of website, Stores->Configutation->Sales->Payment Methods. Find there Aplazo Payment
  • Obtain Api token and Merchant id in your Aplazo Account, put into corresponding config fields
  • Enable payment method and clear cache.
  • New method should appear on checkuout

About

Payment Gateway for Magento 2

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 90.7%
  • CSS 3.8%
  • JavaScript 3.1%
  • HTML 2.4%