From 70e029bf7284f75a2b4eabd7cfc0ddef0c1fd750 Mon Sep 17 00:00:00 2001 From: tomazpu <32056440+tomazpu@users.noreply.github.com> Date: Tue, 8 May 2018 16:04:28 +0200 Subject: [PATCH 1/6] #42 Update agreements assigner --- view/frontend/web/js/action/set-payment-method.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/frontend/web/js/action/set-payment-method.js b/view/frontend/web/js/action/set-payment-method.js index 63f05c8..cffc160 100644 --- a/view/frontend/web/js/action/set-payment-method.js +++ b/view/frontend/web/js/action/set-payment-method.js @@ -52,6 +52,7 @@ define( paymentData = quote.paymentMethod(), methodeCode = quote.paymentMethod().method, checkoutStartUrl = url.build('/wirecardcheckoutseamless/checkout/start', {}); + agreementsAssigner(paymentData); /** * Checkout for guest and registered customer. @@ -68,7 +69,6 @@ define( }; } else { serviceUrl = urlBuilder.createUrl('/carts/mine/set-payment-information', {}); - agreementsAssigner(paymentData); payload = { cartId: quote.getQuoteId(), paymentMethod: paymentData, From 5613f41fa2bc6629cc86bae15c9c2049a00235f0 Mon Sep 17 00:00:00 2001 From: tomazpu <32056440+tomazpu@users.noreply.github.com> Date: Tue, 8 May 2018 16:05:04 +0200 Subject: [PATCH 2/6] #42 Update plugin version --- Helper/Data.php | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Helper/Data.php b/Helper/Data.php index ad1f50d..4d89b8e 100644 --- a/Helper/Data.php +++ b/Helper/Data.php @@ -38,7 +38,7 @@ class Data extends \Magento\Framework\App\Helper\AbstractHelper { - protected $_pluginVersion = '1.0.11'; + protected $_pluginVersion = '1.0.12'; protected $_pluginName = 'Wirecard/CheckoutSeamless'; /** diff --git a/composer.json b/composer.json index 8029e49..8c45067 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "wirecard/magento2-wcs", "description": "Wirecard Checkout Seamless", "type": "magento2-module", - "version": "1.0.11", + "version": "1.0.12", "license": [ "MIT" ], From 72e34350e805993254fdab4454f0c4327ff4277f Mon Sep 17 00:00:00 2001 From: tomazpu <32056440+tomazpu@users.noreply.github.com> Date: Mon, 14 May 2018 14:06:38 +0200 Subject: [PATCH 3/6] #42 Update supported shop version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a13af1..a6fc5c1 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![License](https://img.shields.io/badge/license-GPLv2-blue.svg)](https://raw.githubusercontent.com/wirecard/Magento2-WCP/master/LICENSE) [![PHP v5.6](https://img.shields.io/badge/php-v5.5-yellow.svg)](http://www.php.net) [![PHP v7.0](https://img.shields.io/badge/php-v7.0-yellow.svg)](http://www.php.net) -[![Magento v2.2.1](https://img.shields.io/badge/magento-v2.2.1-green.svg)](https://magento.com/) +[![Magento v2.2.4](https://img.shields.io/badge/magento-v2.2.4-green.svg)](https://magento.com/) Wirecard Checkout Seamless extension for Magento 2. From 4bf90a62fb1f11881c6754cf844f1df9c44d1512 Mon Sep 17 00:00:00 2001 From: tomazpu <32056440+tomazpu@users.noreply.github.com> Date: Wed, 16 May 2018 13:20:06 +0200 Subject: [PATCH 4/6] #42 Update php compatibility --- README.md | 3 +-- composer.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a6fc5c1..d49a20d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ # Wirecard Checkout Seamless extension for Magento 2 [![License](https://img.shields.io/badge/license-GPLv2-blue.svg)](https://raw.githubusercontent.com/wirecard/Magento2-WCP/master/LICENSE) -[![PHP v5.6](https://img.shields.io/badge/php-v5.5-yellow.svg)](http://www.php.net) -[![PHP v7.0](https://img.shields.io/badge/php-v7.0-yellow.svg)](http://www.php.net) +[![PHP v7.0.13](https://img.shields.io/badge/php-v7.0.13-yellow.svg)](http://www.php.net) [![Magento v2.2.4](https://img.shields.io/badge/magento-v2.2.4-green.svg)](https://magento.com/) Wirecard Checkout Seamless extension for Magento 2. diff --git a/composer.json b/composer.json index 8c45067..b9b7810 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "MIT" ], "require": { - "php": "~5.5.0|~5.6.0|~7.0", + "php": "~7.0.13|~7.1.0", "magento/magento-composer-installer": "*", "magento/module-checkout-agreements": "*", "magento/module-sales": "*", From 11e6cc4dbac2afe2428ab707c8fd1554f77441db Mon Sep 17 00:00:00 2001 From: tomazpu <32056440+tomazpu@users.noreply.github.com> Date: Wed, 16 May 2018 13:42:28 +0200 Subject: [PATCH 5/6] Revert "#42 Update php compatibility" This reverts commit 4bf90a62fb1f11881c6754cf844f1df9c44d1512. --- README.md | 3 ++- composer.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d49a20d..a6fc5c1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # Wirecard Checkout Seamless extension for Magento 2 [![License](https://img.shields.io/badge/license-GPLv2-blue.svg)](https://raw.githubusercontent.com/wirecard/Magento2-WCP/master/LICENSE) -[![PHP v7.0.13](https://img.shields.io/badge/php-v7.0.13-yellow.svg)](http://www.php.net) +[![PHP v5.6](https://img.shields.io/badge/php-v5.5-yellow.svg)](http://www.php.net) +[![PHP v7.0](https://img.shields.io/badge/php-v7.0-yellow.svg)](http://www.php.net) [![Magento v2.2.4](https://img.shields.io/badge/magento-v2.2.4-green.svg)](https://magento.com/) Wirecard Checkout Seamless extension for Magento 2. diff --git a/composer.json b/composer.json index b9b7810..8c45067 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "MIT" ], "require": { - "php": "~7.0.13|~7.1.0", + "php": "~5.5.0|~5.6.0|~7.0", "magento/magento-composer-installer": "*", "magento/module-checkout-agreements": "*", "magento/module-sales": "*", From 27232759e9543030beda3d5f0bd935cb78e5bb35 Mon Sep 17 00:00:00 2001 From: tomazpu <32056440+tomazpu@users.noreply.github.com> Date: Wed, 16 May 2018 13:44:03 +0200 Subject: [PATCH 6/6] #42 Update php compatibility --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a6fc5c1..339b719 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Wirecard Checkout Seamless extension for Magento 2 [![License](https://img.shields.io/badge/license-GPLv2-blue.svg)](https://raw.githubusercontent.com/wirecard/Magento2-WCP/master/LICENSE) -[![PHP v5.6](https://img.shields.io/badge/php-v5.5-yellow.svg)](http://www.php.net) +[![PHP v5.6](https://img.shields.io/badge/php-v5.6-yellow.svg)](http://www.php.net) [![PHP v7.0](https://img.shields.io/badge/php-v7.0-yellow.svg)](http://www.php.net) [![Magento v2.2.4](https://img.shields.io/badge/magento-v2.2.4-green.svg)](https://magento.com/) diff --git a/composer.json b/composer.json index 8c45067..74922a2 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "MIT" ], "require": { - "php": "~5.5.0|~5.6.0|~7.0", + "php": "~5.6.0|~7.0", "magento/magento-composer-installer": "*", "magento/module-checkout-agreements": "*", "magento/module-sales": "*",