Skip to content

Commit

Permalink
Merge pull request #43 from wirecard/TPWDCEE-1295
Browse files Browse the repository at this point in the history
Tpwdcee 1295
  • Loading branch information
rinnhofer authored May 16, 2018
2 parents dc1223d + 2723275 commit 504b4e9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Helper/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';

/**
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# 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.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.

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "wirecard/magento2-wcs",
"description": "Wirecard Checkout Seamless",
"type": "magento2-module",
"version": "1.0.11",
"version": "1.0.12",
"license": [
"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": "*",
Expand Down
2 changes: 1 addition & 1 deletion view/frontend/web/js/action/set-payment-method.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -68,7 +69,6 @@ define(
};
} else {
serviceUrl = urlBuilder.createUrl('/carts/mine/set-payment-information', {});
agreementsAssigner(paymentData);
payload = {
cartId: quote.getQuoteId(),
paymentMethod: paymentData,
Expand Down

0 comments on commit 504b4e9

Please sign in to comment.