From 72e625f296786533fc59d27209cf210556902e36 Mon Sep 17 00:00:00 2001 From: Jens Richter Date: Fri, 14 Jul 2017 11:10:00 +0200 Subject: [PATCH 1/3] - update php-api version because of prepayment and invoice response error - disable name input field on secured invoice --- composer.json | 2 +- .../web/template/payment/heidelpay-invoice-secured-form.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 579fb94b517..7714e04a035 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "magento/module-payment" : "<100.2.0", "magento/module-backend" : "<100.2.0", "magento/framework" : "<100.2.0", - "heidelpay/php-api" : "~17.5.2", + "heidelpay/php-api" : "~17.7.14", "heidelpay/php-customer-messages": "~17.2.3" }, "require-dev" : { diff --git a/view/frontend/web/template/payment/heidelpay-invoice-secured-form.html b/view/frontend/web/template/payment/heidelpay-invoice-secured-form.html index cfcdeef4984..a3375192343 100644 --- a/view/frontend/web/template/payment/heidelpay-invoice-secured-form.html +++ b/view/frontend/web/template/payment/heidelpay-invoice-secured-form.html @@ -46,9 +46,9 @@
- + data-bind='value: getFullName()' readonly /> -->
From f90cd5598e87cfd60503a22a67836e569bf76178 Mon Sep 17 00:00:00 2001 From: Jens Richter Date: Fri, 14 Jul 2017 11:14:41 +0200 Subject: [PATCH 2/3] -update version number --- etc/module.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/module.xml b/etc/module.xml index 14bbe53c324..7e42c702e8d 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,5 +1,5 @@ - + From 9a8ff7efb6ab44ea7cb82804897c6386320f2a09 Mon Sep 17 00:00:00 2001 From: Jens Richter Date: Fri, 14 Jul 2017 11:16:23 +0200 Subject: [PATCH 3/3] - add changelog information --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c7d0df4777..16768e1952f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Release Notes - heidelpay Payment Gateway for Magento 2 +## 17.7.14 + +### Fixed +- Update php-api because of response issue in case of prepayment and invoice +- remove name input field on secured invoice + ## v17.6.16 ### Added