Skip to content

Commit

Permalink
1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Mar 19, 2017
1 parent c9aabd2 commit bf0dc76
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
5 changes: 0 additions & 5 deletions Controller/Index/Index.php

This file was deleted.

4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mage2pro/stripe"
,"version": "1.9.0"
,"version": "1.9.1"
,"description": "The «Stripe» payment extension for Magento 2."
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/stripe"
Expand All @@ -11,7 +11,7 @@
"homepage": "https://mage2.pro/users/dmitry_fedyuk",
"role": "Developer"
}]
,"require": {"mage2pro/core": ">=2.3.0", "stripe/stripe-php": "3.*"}
,"require": {"mage2pro/core": ">=2.3.1", "stripe/stripe-php": "3.*"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\Stripe\\": ""}}
,"keywords": [
"API"
Expand Down
5 changes: 2 additions & 3 deletions etc/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xsi:noNamespaceSchemaLocation='urn:magento:framework:ObjectManager/etc/config.xsd'
>
<virtualType name='Dfe\Stripe\Controller\Index\Index' type='Df\Payment\W\Action'/>
<virtualType name='Dfe\Stripe\Ext' type='Df\Config\Ext'>
<arguments>
<argument name='name' xsi:type='string'>mage2pro/stripe</argument>
</arguments>
<arguments><argument name='name' xsi:type='string'>mage2pro/stripe</argument></arguments>
</virtualType>
</config>

0 comments on commit bf0dc76

Please sign in to comment.