GithubHelp home page GithubHelp logo

gnysek / magento2-payment Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dotpay/magento2-payment

0.0 2.0 0.0 254 KB

New payment module for Magento 2.1

PHP 36.42% HTML 7.76% CSS 1.38% JavaScript 54.44%

magento2-payment's Introduction

Moduł płatności Dotpay dla Magento 2.1

Niniejszy moduł płatności jest przygotowany dla Magento w wersji 2.1 i wyższych.

Instrukcja instalacji

  1. Proszę przejść do katalogu głównego instalacji sklepu Magento
  2. Należy się upewnić, czy w pliku composer.json Magento są dodane repozytoria Dotpay. Jeśli nie, trzeba wywołać następujące komendy:
composer config repositories.dotpaySDK vcs https://github.com/dotpay/PHP-SDK

composer config repositories.magento2-payment vcs https://github.com/dotpay/magento2-payment
  1. Instalacja modułu następuje przy pomocy narzędzia composer. W katalogu głównym Magento należy wywołać następujące komendy:
composer require dotpay/magento2-payment

php bin/magento module:enable Dotpay_Payment

php bin/magento setup:upgrade
  1. Jeśli potrzeba kompilacji wstrzykiwanych zależności oraz plików statycznych, należy wywołać poniższe komendy:
php bin/magento setup:di:compile

php bin/magento setup:static-content:deploy

Odinstalowanie

  1. Proszę wykonać poniższą komendę w głownym katalogu Magento:
php bin/magento module:uninstall Dotpay_Payment -r -c

Dotpay payment module for Magento 2.1

This module is prepared for Magento version 2.1 and later.

Installation

  1. Go to the main directory of your Magento installation
  2. Make sure if the file composer.json of Magento contains repositories of Dotpay. If not, then execute following commands:
composer config repositories.dotpaySDK vcs https://github.com/dotpay/PHP-SDK

composer config repositories.magento2-payment vcs https://github.com/dotpay/magento2-payment
  1. Innstallation of the payment module is realized by using the composertool. Execute the following commands in the main directory of your Magento installation:
composer require dotpay/magento2-payment

php bin/magento module:enable Dotpay_Payment

php bin/magento setup:upgrade
  1. If you need to compile Dependency Injection and static files, execute following commands:
php bin/magento setup:di:compile

php bin/magento setup:static-content:deploy

Uninstall

  1. Execute the following command in the main directory of your Magento installation:
php bin/magento module:uninstall Dotpay_Payment -r -c

magento2-payment's People

Contributors

tbajorek avatar wpawel avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.