uchenic / magento2-module-payment-tmrobokassa

robokassa test payment gateway for magento2
Open Software License 3.0
8 stars 12 forks source link

Could not find package uchenic/magento2-module-payment-tmrobokassa #1

Open comunidademagento opened 9 years ago

comunidademagento commented 9 years ago

I try install with this command composer require uchenic/magento2-module-payment-tmrobokassa

captura de tela de 2015-09-15 11 41 09

uchenic commented 9 years ago

it is not in the composer repository so you should add something like this to the composer.json of your project: "repositories": [ { "type": "vcs", "url": "https://github.com/uchenic/magento2-module-payment-tmrobokassa" } ],


After that you can install this module