Skip to content

Commit

Permalink
New version (#129)
Browse files Browse the repository at this point in the history
* Update version to release 2.0.6 and remove some unused parameters

* update version
  • Loading branch information
rikterbeek authored Jun 23, 2017
1 parent d7691ce commit 97ee583
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "adyen/module-payment",
"description": "Official Magento2 Plugin to connect to Payment Service Provider Adyen.",
"type": "magento2-module",
"version": "2.0.5",
"version": "2.0.6",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
4 changes: 0 additions & 4 deletions etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@
<delivery_days>5</delivery_days>
<allowspecific>0</allowspecific>
<sort_order>3</sort_order>
<place_order_url>adyen/process/redirect</place_order_url>
<order_place_redirect_url>adyen/process/redirect</order_place_redirect_url>
<payment_action>order</payment_action>
<can_initialize>1</can_initialize>
<is_gateway>1</is_gateway>
Expand Down Expand Up @@ -138,8 +136,6 @@
<title>Adyen POS</title>
<allowspecific>0</allowspecific>
<sort_order>5</sort_order>
<place_order_url>adyen/process/redirect</place_order_url>
<order_place_redirect_url>adyen/process/redirect</order_place_redirect_url>
<payment_action>order</payment_action>
<can_initialize>1</can_initialize>
<is_gateway>1</is_gateway>
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">

<module name="Adyen_Payment" setup_version="2.0.5">
<module name="Adyen_Payment" setup_version="2.0.6">
<sequence>
<module name="Magento_Sales"/>
<module name="Magento_Quote"/>
Expand Down

0 comments on commit 97ee583

Please sign in to comment.