Skip to content

thiagolima-bm/magento2-simplePay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Acaldeira SimplePay

Magento 2 Acaldeira SimplePay Module

Description

This module is a skeleton for building a Magento 2 payment module.

At the checkout Checkout payment

At the admin panel Admin order Result

Compatibility

  • Magento >= 2.0

This library aims to support and is tested against the following PHP implementations:

  • PHP 7.0

Installation Instructions

Install using composer by adding to your composer file using commands:

  1. create a folder at magento's root folder called "acmodules"

  2. extract the extension inside the folder "acmodules/simplePay"

  3. update Magento's composer.json file with the following

    2.1 add require

     "acaldeira/simplePay": "*"
    

    2.2 add repositories

     {
         "type": "path",
         "url": "acmodules/simplePay"
     }
    
  4. composer update

  5. bin/magento setup:upgrade

Support

Credits

Contribution

Any contribution is highly appreciated. The best way to contribute code is to open a pull request on GitHub.

License

Respect the Magento OSL license, which is included in this codebase.

Copyright

Copyright (c) 2017 Acaldeira.

About

Simple Skeleton payment module for Magento 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published