8000 GitHub - jazomr/conekta-magento2
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jazomr/conekta-magento2

 
 

Repository files navigation

alt tag

Magento 2 Plugin v.2.0.7 (Stable)

Made with PHP By Conekta

Installation

  1. First add this repository in your composer config

    composer config repositories.conekta git https://github.com/conekta/conekta-magento2.git
  2. Add the dependency

    composer require conekta/conekta_payments dev-master
  3. Update your Magento

    php bin/magento setup:upgrade
  4. Compile your XML files

    php bin/magento setup:di:compile

Updates

For update this plugin execute the next command

php bin/magento setup:upgrade # version bump
php bin/magento setup:di:compile # version bump
composer update conekta/magento2-module

Magento Version Compatibility

The plugin has been tested in Magento 2.2.0. Support is not guaranteed for untested versions.

How to contribute to the project

  1. Fork the repository

  2. Clone the repository

    git clone git@github.com:yourUserName/conekta-magento2.git
  1. Create a branch
    git checkout develop
    git pull origin develop
    # You should choose the name of your branch
    git checkout -b <feature/my_branch>
  1. Make necessary changes and commit those changes
    git add .
    git commit -m "my changes"
  1. Push changes to GitHub
    git push origin <feature/my_branch>
  1. Submit your changes for review, create a pull request

    To create a pull request, you need to have made your code changes on a separate branch. This branch should be named like this: feature/my_feature or fix/my_fix.

    Make sure that, if you add new features to our library, be sure that corresponding unit tests are added.

    If you go to your repository on GitHub, you’ll see a Compare & pull request button. Click on that button.


We are always hiring!

If you are a comfortable working with a range of backend languages (Java, Python, Ruby, PHP, etc) and frameworks, you have solid foundation in data structures, algorithms and software design with strong analytical and debugging skills, check our open positions: https://www.conekta.com/careers

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 70.9%
  • HTML 18.6%
  • JavaScript 10.5%
0