Skip to content

Commit

Permalink
Merge pull request #4 from mollie/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
Magmodules authored Feb 7, 2017
2 parents 409494c + 74f60bb commit ce2fff8
Show file tree
Hide file tree
Showing 86 changed files with 33 additions and 48 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
45 changes: 29 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,43 @@
# Mollie Magento 2 - BETA
# Mollie Magento® 2 - BETA

Beta version Mollie for Magento 2, not for production environments.
As this is a Beta of the Mollie extension for Magento® 2, don't use this in production environments.

## Getting Started
## Installation

Download the extension as a ZIP file from this repository or install our module with [Composer](https://getcomposer.org/) using the following command:
### Magento® Marketplace

```
composer require mollie/magento2
```
This extension will be available on the Magento® Marketplace once it is out of beta.

If you're installing the extension manually, unzip the archive and upload the contents of the /src directory to `/app/code/Mollie/Payment`.
### Manually

After uploading, run the following commands:
1. Go to Magento® 2 root folder

```
bin/magento module:enable Mollie_Payment
bin/magento setup:upgrade
bin/magento setup:di:compile
```
2. Enter following commands to install module:

```
composer require mollie/magento2
```

Wait while dependencies are updated.

3. Enter following commands to enable module:

```
php bin/magento module:enable Mollie_Payment
php bin/magento setup:upgrade
php bin/magento cache:clean
```

4. Enable and configure the Mollie extension in Magento® Admin under *Stores* >
*Configuration* > *Sales* > *Payment Methods* > *Mollie*.

## Requirements

This extension requires the [Mollie API client for PHP](https://github.com/mollie/mollie-api-php)
This extension requires the [Mollie API client for PHP.](https://github.com/mollie/mollie-api-php)

When using composer this will be installed automaticly.

Run the following command in your Magento 2 store root:
To install manually, enter the following command in your Magento® 2 root folder:
```
composer require mollie/mollie-api-php
```
Expand Down
File renamed without changes.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "mollie/magento2",
"name": "mollie/Magento2",
"description": "Mollie Payment Module for Magento 2",
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0",
Expand All @@ -17,10 +17,10 @@
],
"autoload": {
"files": [
"src/registration.php"
"registration.php"
],
"psr-4": {
"Mollie\\Payment\\": "src"
"Mollie\\Payment\\": ""
}
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/etc/module.xml → etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Mollie_Payment" setup_version="0.9.5">
<module name="Mollie_Payment" setup_version="0.9.6">

</module>
</config>
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion modman

This file was deleted.

File renamed without changes.
Empty file removed src/Changelog.txt
Empty file.
27 changes: 0 additions & 27 deletions src/composer.json

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit ce2fff8

Please sign in to comment.