Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

kirchbergerknorr/Payone_Core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Payone_Core

PAYONE Payment-Extension 3.x

Voll automatisierte Payment-Prozesse und integriertes Risikomanagement für Ihren Magento-Shop.

For more information visit http://www.magentocommerce.com/magento-connect/payone-payment-extension-3-x.html

Installation

Add require and repositories sections to your composer.json as shown in example below and run composer update.

composer.json example

{
    "repositories": [
        {"type": "git", "url": "https://github.com/kirchbergerknorr/Payone_Core"},
    ],
    
    "require": {
        "kirchbergerknorr/Payone_Core": "*"
    }
}